Html Css Color HEX #D966CC Orchid

📋 copy color: '#D966CC'

red 217 ◦ green 102 ◦ blue 204

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

Shades of Orchid #D966CC

Tints of Orchid #D966CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.01%

R = 41.49%
G = 19.5%
B = 39.01%

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

#D966CC (or 0xD966CC) is known color: Orchid. HEX triplet: D9, 66 and CC. RGB value is (217,102,204). Sum of RGB (Red+Green+Blue) = 217+102+204=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 102 (40.23% from 255 or 19.50% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D966CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D966CC is #269933. Grayscale: #939393. Windows color (decimal): -2529588 or 13395673. OLE color: 13395673.

HSL color Cylindrical-coordinate representation of color #D966CC: hue angle of 306.78º 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 #D966CC is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 102 204 -
CMYK 0 0.53 0.06 0.15
HSL 306.78º 0.6% 0.63% -
HSV(B) 306.78º 0.53% 0.85% -
XYZ 44.27 28.61 60.32 -
YUV 148.01 159.6 177.21 -
System Red Green Blue C M Y K H S L
Decimal 217 102 204 0 0.53 0.06 0.15 306.78 0.6 0.63
Hex D9 66 CC 0 35 6 F 133 3C 3F
Octal 331 146 314 0 65 6 17 463 74 77
Binary 11011001 1100110 11001100 0 110101 110 1111 100110011 111100 111111

Color Harmonies of #D966CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D966CC

Black with #D966CC

Text Example


Text Example

White with #D966CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D966CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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