Html Css Color HEX #D666CD Orchid

📋 copy color: '#D666CD'

red 214 ◦ green 102 ◦ blue 205

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

Shades of Orchid #D666CD

Tints of Orchid #D666CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.35%

R = 41.07%
G = 19.58%
B = 39.35%

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

#D666CD (or 0xD666CD) is known color: Orchid. HEX triplet: D6, 66 and CD. RGB value is (214,102,205). Sum of RGB (Red+Green+Blue) = 214+102+205=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 102 (40.23% from 255 or 19.58% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D666CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D666CD is #299932. Grayscale: #929292. Windows color (decimal): -2726195 or 13461206. OLE color: 13461206.

HSL color Cylindrical-coordinate representation of color #D666CD: hue angle of 304.82º 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 #D666CD is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 102 205 -
CMYK 0 0.52 0.04 0.16
HSL 304.82º 0.58% 0.62% -
HSV(B) 304.82º 0.52% 0.84% -
XYZ 43.5 28.21 60.91 -
YUV 147.23 160.61 175.62 -
System Red Green Blue C M Y K H S L
Decimal 214 102 205 0 0.52 0.04 0.16 304.82 0.58 0.62
Hex D6 66 CD 0 34 4 10 131 3A 3E
Octal 326 146 315 0 64 4 20 461 72 76
Binary 11010110 1100110 11001101 0 110100 100 10000 100110001 111010 111110

Color Harmonies of #D666CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D666CD

Black with #D666CD

Text Example


Text Example

White with #D666CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D666CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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