Html Css Color HEX #D966C8 Orchid

📋 copy color: '#D966C8'

red 217 ◦ green 102 ◦ blue 200

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

Shades of Orchid #D966C8

Tints of Orchid #D966C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.54%

R = 41.81%
G = 19.65%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D966C8 (or 0xD966C8) is known color: Orchid. HEX triplet: D9, 66 and C8. RGB value is (217,102,200). Sum of RGB (Red+Green+Blue) = 217+102+200=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 102 (40.23% from 255 or 19.65% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D966C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D966C8 is #269937. Grayscale: #939393. Windows color (decimal): -2529592 or 13133529. OLE color: 13133529.

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

Color convert

RGB 217 102 200 -
CMYK 0 0.53 0.08 0.15
HSL 308.87º 0.6% 0.63% -
HSV(B) 308.87º 0.53% 0.85% -
XYZ 43.79 28.42 57.82 -
YUV 147.56 157.6 177.53 -
System Red Green Blue C M Y K H S L
Decimal 217 102 200 0 0.53 0.08 0.15 308.87 0.6 0.63
Hex D9 66 C8 0 35 8 F 135 3C 3F
Octal 331 146 310 0 65 10 17 465 74 77
Binary 11011001 1100110 11001000 0 110101 1000 1111 100110101 111100 111111

Color Harmonies of #D966C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D966C8

Black with #D966C8

Text Example


Text Example

White with #D966C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D966C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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