Html Css Color HEX #D66EC9 Orchid

📋 copy color: '#D66EC9'

red 214 ◦ green 110 ◦ blue 201

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

Shades of Orchid #D66EC9

Tints of Orchid #D66EC9

RGB

 RED value IS 214 (83.98% from 255) = 40.76%

 GREEN value IS 110 (43.36% from 255) = 20.95%

 BLUE value IS 201 (78.91% from 255) = 38.29%

R = 40.76%
G = 20.95%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D66EC9 (or 0xD66EC9) is known color: Orchid. HEX triplet: D6, 6E and C9. RGB value is (214,110,201). Sum of RGB (Red+Green+Blue) = 214+110+201=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D66EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66EC9 is #299136. Grayscale: #979797. Windows color (decimal): -2724151 or 13201110. OLE color: 13201110.

HSL color Cylindrical-coordinate representation of color #D66EC9: hue angle of 307.5º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66EC9 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 110 201 -
CMYK 0 0.49 0.06 0.16
HSL 307.5º 0.56% 0.64% -
HSV(B) 307.5º 0.49% 0.84% -
XYZ 43.85 29.67 58.67 -
YUV 151.47 155.96 172.6 -
System Red Green Blue C M Y K H S L
Decimal 214 110 201 0 0.49 0.06 0.16 307.5 0.56 0.64
Hex D6 6E C9 0 31 6 10 134 38 40
Octal 326 156 311 0 61 6 20 464 70 100
Binary 11010110 1101110 11001001 0 110001 110 10000 100110100 111000 1000000

Color Harmonies of #D66EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66EC9

Black with #D66EC9

Text Example


Text Example

White with #D66EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66EC9; }

 p { color: rgb(214,110,201); }

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

background-color css

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

 a { background-color: rgb(214,110,201); }

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

border-color css

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

 span { border-color: rgb(214,110,201); }

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