Html Css Color HEX #D966D6 Orchid

📋 copy color: '#D966D6'

red 217 ◦ green 102 ◦ blue 214

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

Shades of Orchid #D966D6

Tints of Orchid #D966D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.15%

R = 40.71%
G = 19.14%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D966D6 (or 0xD966D6) is known color: Orchid. HEX triplet: D9, 66 and D6. RGB value is (217,102,214). Sum of RGB (Red+Green+Blue) = 217+102+214=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 102 (40.23% from 255 or 19.14% from 533); Blue value is 214 (83.98% from 255 or 40.15% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D966D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D966D6 is #269929. Grayscale: #949494. Windows color (decimal): -2529578 or 14051033. OLE color: 14051033.

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

Color convert

RGB 217 102 214 -
CMYK 0 0.53 0.01 0.15
HSL 301.57º 0.6% 0.63% -
HSV(B) 301.57º 0.53% 0.85% -
XYZ 45.5 29.11 66.84 -
YUV 149.15 164.6 176.39 -
System Red Green Blue C M Y K H S L
Decimal 217 102 214 0 0.53 0.01 0.15 301.57 0.6 0.63
Hex D9 66 D6 0 35 1 F 12E 3C 3F
Octal 331 146 326 0 65 1 17 456 74 77
Binary 11011001 1100110 11010110 0 110101 1 1111 100101110 111100 111111

Color Harmonies of #D966D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D966D6

Black with #D966D6

Text Example


Text Example

White with #D966D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D966D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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