Html Css Color HEX #D966C7 Orchid

📋 copy color: '#D966C7'

red 217 ◦ green 102 ◦ blue 199

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

Shades of Orchid #D966C7

Tints of Orchid #D966C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.42%

R = 41.89%
G = 19.69%
B = 38.42%

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

#D966C7 (or 0xD966C7) is known color: Orchid. HEX triplet: D9, 66 and C7. RGB value is (217,102,199). Sum of RGB (Red+Green+Blue) = 217+102+199=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 102 (40.23% from 255 or 19.69% from 518); Blue value is 199 (78.12% from 255 or 38.42% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D966C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D966C7 is #269938. Grayscale: #939393. Windows color (decimal): -2529593 or 13067993. OLE color: 13067993.

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

Color convert

RGB 217 102 199 -
CMYK 0 0.53 0.08 0.15
HSL 309.39º 0.6% 0.63% -
HSV(B) 309.39º 0.53% 0.85% -
XYZ 43.68 28.38 57.21 -
YUV 147.44 157.1 177.61 -
System Red Green Blue C M Y K H S L
Decimal 217 102 199 0 0.53 0.08 0.15 309.39 0.6 0.63
Hex D9 66 C7 0 35 8 F 135 3C 3F
Octal 331 146 307 0 65 10 17 465 74 77
Binary 11011001 1100110 11000111 0 110101 1000 1111 100110101 111100 111111

Color Harmonies of #D966C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D966C7

Black with #D966C7

Text Example


Text Example

White with #D966C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D966C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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