Html Css Color HEX #D966DC Orchid

📋 copy color: '#D966DC'

red 217 ◦ green 102 ◦ blue 220

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

Shades of Orchid #D966DC

Tints of Orchid #D966DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.82%

R = 40.26%
G = 18.92%
B = 40.82%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D966DC (or 0xD966DC) is known color: Orchid. HEX triplet: D9, 66 and DC. RGB value is (217,102,220). Sum of RGB (Red+Green+Blue) = 217+102+220=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 102 (40.23% from 255 or 18.92% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #D966DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D966DC is #269923. Grayscale: #959595. Windows color (decimal): -2529572 or 14444249. OLE color: 14444249.

HSL color Cylindrical-coordinate representation of color #D966DC: hue angle of 298.47º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D966DC is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 102 220 -
CMYK 0.01 0.54 0 0.14
HSL 298.47º 0.63% 0.63% -
HSV(B) 298.47º 0.54% 0.86% -
XYZ 46.28 29.42 70.95 -
YUV 149.84 167.6 175.91 -
System Red Green Blue C M Y K H S L
Decimal 217 102 220 0.01 0.54 0 0.14 298.47 0.63 0.63
Hex D9 66 DC 1 36 0 E 12A 3F 3F
Octal 331 146 334 1 66 0 16 452 77 77
Binary 11011001 1100110 11011100 1 110110 0 1110 100101010 111111 111111

Color Harmonies of #D966DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D966DC

Black with #D966DC

Text Example


Text Example

White with #D966DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D966DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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