Html Css Color HEX #D05EDC Orchid

📋 copy color: '#D05EDC'

red 208 ◦ green 94 ◦ blue 220

#D05EDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D05EDC

Tints of Orchid #D05EDC

RGB

 RED value IS 208 (81.64% from 255) = 39.85%

 GREEN value IS 94 (37.11% from 255) = 18.01%

 BLUE value IS 220 (86.33% from 255) = 42.15%

R = 39.85%
G = 18.01%
B = 42.15%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D05EDC (or 0xD05EDC) is known color: Orchid. HEX triplet: D0, 5E and DC. RGB value is (208,94,220). Sum of RGB (Red+Green+Blue) = 208+94+220=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 94 (37.11% from 255 or 18.01% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #D05EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05EDC is #2FA123. Grayscale: #8E8E8E. Windows color (decimal): -3121444 or 14442192. OLE color: 14442192.

HSL color Cylindrical-coordinate representation of color #D05EDC: hue angle of 294.29º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D05EDC is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 94 220 -
CMYK 0.05 0.57 0 0.14
HSL 294.29º 0.64% 0.62% -
HSV(B) 294.29º 0.57% 0.86% -
XYZ 42.93 26.58 70.58 -
YUV 142.45 171.77 174.75 -
System Red Green Blue C M Y K H S L
Decimal 208 94 220 0.05 0.57 0 0.14 294.29 0.64 0.62
Hex D0 5E DC 5 39 0 E 126 40 3E
Octal 320 136 334 5 71 0 16 446 100 76
Binary 11010000 1011110 11011100 101 111001 0 1110 100100110 1000000 111110

Color Harmonies of #D05EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05EDC

Black with #D05EDC

Text Example


Text Example

White with #D05EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05EDC; }

 p { color: rgb(208,94,220); }

 H1.HeaderClassName
 {
   color: #D05EDC;
 }
 .AnyTagClassName
 {
   color: #D05EDC;
 }
</style>

background-color css

<style>
 a { background-color: #D05EDC; }

 a { background-color: rgb(208,94,220); }

 div.DivClassName
 {
   background-color: #D05EDC;
 }
 .BgClassName
 {
   background-color: #D05EDC;
 }
</style>

border-color css

<style>
 span { border-color: #D05EDC; }

 span { border-color: rgb(208,94,220); }

 td.TdClassName
 {
   border-color: #D05EDC;
 }
 .TagClassName
 {
   border-color: #D05EDC;
 }
</style>