Html Css Color HEX #D966BF Orchid

📋 copy color: '#D966BF'

red 217 ◦ green 102 ◦ blue 191

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

Shades of Orchid #D966BF

Tints of Orchid #D966BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.45%

R = 42.55%
G = 20%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D966BF (or 0xD966BF) is known color: Orchid. HEX triplet: D9, 66 and BF. RGB value is (217,102,191). Sum of RGB (Red+Green+Blue) = 217+102+191=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 102 (40.23% from 255 or 20% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D966BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D966BF is #269940. Grayscale: #929292. Windows color (decimal): -2529601 or 12543705. OLE color: 12543705.

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

Color convert

RGB 217 102 191 -
CMYK 0 0.53 0.12 0.15
HSL 313.57º 0.6% 0.63% -
HSV(B) 313.57º 0.53% 0.85% -
XYZ 42.77 28.02 52.44 -
YUV 146.53 153.1 178.26 -
System Red Green Blue C M Y K H S L
Decimal 217 102 191 0 0.53 0.12 0.15 313.57 0.6 0.63
Hex D9 66 BF 0 35 C F 13A 3C 3F
Octal 331 146 277 0 65 14 17 472 74 77
Binary 11011001 1100110 10111111 0 110101 1100 1111 100111010 111100 111111

Color Harmonies of #D966BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D966BF

Black with #D966BF

Text Example


Text Example

White with #D966BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D966BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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