Html Css Color HEX #D966BB Orchid

📋 copy color: '#D966BB'

red 217 ◦ green 102 ◦ blue 187

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

Shades of Orchid #D966BB

Tints of Orchid #D966BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.96%

R = 42.89%
G = 20.16%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D966BB (or 0xD966BB) is known color: Orchid. HEX triplet: D9, 66 and BB. RGB value is (217,102,187). Sum of RGB (Red+Green+Blue) = 217+102+187=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D966BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D966BB is #269944. Grayscale: #919191. Windows color (decimal): -2529605 or 12281561. OLE color: 12281561.

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

Color convert

RGB 217 102 187 -
CMYK 0 0.53 0.14 0.15
HSL 315.65º 0.6% 0.63% -
HSV(B) 315.65º 0.53% 0.85% -
XYZ 42.34 27.84 50.16 -
YUV 146.08 151.1 178.59 -
System Red Green Blue C M Y K H S L
Decimal 217 102 187 0 0.53 0.14 0.15 315.65 0.6 0.63
Hex D9 66 BB 0 35 E F 13C 3C 3F
Octal 331 146 273 0 65 16 17 474 74 77
Binary 11011001 1100110 10111011 0 110101 1110 1111 100111100 111100 111111

Color Harmonies of #D966BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D966BB

Black with #D966BB

Text Example


Text Example

White with #D966BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D966BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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