Html Css Color HEX #D666CE Orchid

📋 copy color: '#D666CE'

red 214 ◦ green 102 ◦ blue 206

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

Shades of Orchid #D666CE

Tints of Orchid #D666CE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.54%

 BLUE value IS 206 (80.86% from 255) = 39.46%

R = 41%
G = 19.54%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D666CE (or 0xD666CE) is known color: Orchid. HEX triplet: D6, 66 and CE. RGB value is (214,102,206). Sum of RGB (Red+Green+Blue) = 214+102+206=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D666CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D666CE is #299931. Grayscale: #939393. Windows color (decimal): -2726194 or 13526742. OLE color: 13526742.

HSL color Cylindrical-coordinate representation of color #D666CE: hue angle of 304.29º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D666CE is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 102 206 -
CMYK 0 0.52 0.04 0.16
HSL 304.29º 0.58% 0.62% -
HSV(B) 304.29º 0.52% 0.84% -
XYZ 43.62 28.26 61.55 -
YUV 147.34 161.11 175.54 -
System Red Green Blue C M Y K H S L
Decimal 214 102 206 0 0.52 0.04 0.16 304.29 0.58 0.62
Hex D6 66 CE 0 34 4 10 130 3A 3E
Octal 326 146 316 0 64 4 20 460 72 76
Binary 11010110 1100110 11001110 0 110100 100 10000 100110000 111010 111110

Color Harmonies of #D666CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D666CE

Black with #D666CE

Text Example


Text Example

White with #D666CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D666CE; }

 p { color: rgb(214,102,206); }

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

background-color css

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

 a { background-color: rgb(214,102,206); }

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

border-color css

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

 span { border-color: rgb(214,102,206); }

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