Html Css Color HEX #D966CB Orchid

📋 copy color: '#D966CB'

red 217 ◦ green 102 ◦ blue 203

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

Shades of Orchid #D966CB

Tints of Orchid #D966CB

RGB

 RED value IS 217 (85.16% from 255) = 41.57%

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

 BLUE value IS 203 (79.69% from 255) = 38.89%

R = 41.57%
G = 19.54%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D966CB (or 0xD966CB) is known color: Orchid. HEX triplet: D9, 66 and CB. RGB value is (217,102,203). Sum of RGB (Red+Green+Blue) = 217+102+203=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D966CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D966CB is #269934. Grayscale: #939393. Windows color (decimal): -2529589 or 13330137. OLE color: 13330137.

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

Color convert

RGB 217 102 203 -
CMYK 0 0.53 0.06 0.15
HSL 307.3º 0.6% 0.63% -
HSV(B) 307.3º 0.53% 0.85% -
XYZ 44.15 28.57 59.69 -
YUV 147.9 159.1 177.29 -
System Red Green Blue C M Y K H S L
Decimal 217 102 203 0 0.53 0.06 0.15 307.3 0.6 0.63
Hex D9 66 CB 0 35 6 F 133 3C 3F
Octal 331 146 313 0 65 6 17 463 74 77
Binary 11011001 1100110 11001011 0 110101 110 1111 100110011 111100 111111

Color Harmonies of #D966CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D966CB

Black with #D966CB

Text Example


Text Example

White with #D966CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D966CB; }

 p { color: rgb(217,102,203); }

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

background-color css

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

 a { background-color: rgb(217,102,203); }

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

border-color css

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

 span { border-color: rgb(217,102,203); }

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