Html Css Color HEX #D866CD Orchid

📋 copy color: '#D866CD'

red 216 ◦ green 102 ◦ blue 205

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

Shades of Orchid #D866CD

Tints of Orchid #D866CD

RGB

 RED value IS 216 (84.77% from 255) = 41.3%

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

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

R = 41.3%
G = 19.5%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D866CD (or 0xD866CD) is known color: Orchid. HEX triplet: D8, 66 and CD. RGB value is (216,102,205). Sum of RGB (Red+Green+Blue) = 216+102+205=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 102 (40.23% from 255 or 19.50% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D866CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D866CD is #279932. Grayscale: #939393. Windows color (decimal): -2595123 or 13461208. OLE color: 13461208.

HSL color Cylindrical-coordinate representation of color #D866CD: hue angle of 305.79º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D866CD is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 102 205 -
CMYK 0 0.53 0.05 0.15
HSL 305.79º 0.59% 0.62% -
HSV(B) 305.79º 0.53% 0.85% -
XYZ 44.09 28.51 60.94 -
YUV 147.83 160.27 176.62 -
System Red Green Blue C M Y K H S L
Decimal 216 102 205 0 0.53 0.05 0.15 305.79 0.59 0.62
Hex D8 66 CD 0 35 5 F 132 3B 3E
Octal 330 146 315 0 65 5 17 462 73 76
Binary 11011000 1100110 11001101 0 110101 101 1111 100110010 111011 111110

Color Harmonies of #D866CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D866CD

Black with #D866CD

Text Example


Text Example

White with #D866CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D866CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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