Html Css Color HEX #D966DD Orchid

📋 copy color: '#D966DD'

red 217 ◦ green 102 ◦ blue 221

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

Shades of Orchid #D966DD

Tints of Orchid #D966DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.93%

R = 40.19%
G = 18.89%
B = 40.93%

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D966DD (or 0xD966DD) is known color: Orchid. HEX triplet: D9, 66 and DD. RGB value is (217,102,221). Sum of RGB (Red+Green+Blue) = 217+102+221=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 102 (40.23% from 255 or 18.89% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #D966DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D966DD is #269922. Grayscale: #959595. Windows color (decimal): -2529571 or 14509785. OLE color: 14509785.

HSL color Cylindrical-coordinate representation of color #D966DD: hue angle of 297.98º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D966DD is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 102 221 -
CMYK 0.02 0.54 0 0.13
HSL 297.98º 0.64% 0.63% -
HSV(B) 297.98º 0.54% 0.87% -
XYZ 46.42 29.47 71.65 -
YUV 149.95 168.1 175.82 -
System Red Green Blue C M Y K H S L
Decimal 217 102 221 0.02 0.54 0 0.13 297.98 0.64 0.63
Hex D9 66 DD 2 36 0 D 12A 40 3F
Octal 331 146 335 2 66 0 15 452 100 77
Binary 11011001 1100110 11011101 10 110110 0 1101 100101010 1000000 111111

Color Harmonies of #D966DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D966DD

Black with #D966DD

Text Example


Text Example

White with #D966DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D966DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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