Html Css Color HEX #D966D7 Orchid

📋 copy color: '#D966D7'

red 217 ◦ green 102 ◦ blue 215

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

Shades of Orchid #D966D7

Tints of Orchid #D966D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.26%

R = 40.64%
G = 19.1%
B = 40.26%

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

#D966D7 (or 0xD966D7) is known color: Orchid. HEX triplet: D9, 66 and D7. RGB value is (217,102,215). Sum of RGB (Red+Green+Blue) = 217+102+215=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 102 (40.23% from 255 or 19.10% from 534); Blue value is 215 (84.38% from 255 or 40.26% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D966D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D966D7 is #269928. Grayscale: #949494. Windows color (decimal): -2529577 or 14116569. OLE color: 14116569.

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

Color convert

RGB 217 102 215 -
CMYK 0 0.53 0.01 0.15
HSL 301.04º 0.6% 0.63% -
HSV(B) 301.04º 0.53% 0.85% -
XYZ 45.63 29.16 67.51 -
YUV 149.27 165.1 176.31 -
System Red Green Blue C M Y K H S L
Decimal 217 102 215 0 0.53 0.01 0.15 301.04 0.6 0.63
Hex D9 66 D7 0 35 1 F 12D 3C 3F
Octal 331 146 327 0 65 1 17 455 74 77
Binary 11011001 1100110 11010111 0 110101 1 1111 100101101 111100 111111

Color Harmonies of #D966D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D966D7

Black with #D966D7

Text Example


Text Example

White with #D966D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D966D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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