Html Css Color HEX #D966BD Orchid

📋 copy color: '#D966BD'

red 217 ◦ green 102 ◦ blue 189

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

Shades of Orchid #D966BD

Tints of Orchid #D966BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.2%

R = 42.72%
G = 20.08%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D966BD (or 0xD966BD) is known color: Orchid. HEX triplet: D9, 66 and BD. RGB value is (217,102,189). Sum of RGB (Red+Green+Blue) = 217+102+189=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 102 (40.23% from 255 or 20.08% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D966BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D966BD is #269942. Grayscale: #929292. Windows color (decimal): -2529603 or 12412633. OLE color: 12412633.

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

Color convert

RGB 217 102 189 -
CMYK 0 0.53 0.13 0.15
HSL 314.61º 0.6% 0.63% -
HSV(B) 314.61º 0.53% 0.85% -
XYZ 42.55 27.93 51.29 -
YUV 146.3 152.1 178.43 -
System Red Green Blue C M Y K H S L
Decimal 217 102 189 0 0.53 0.13 0.15 314.61 0.6 0.63
Hex D9 66 BD 0 35 D F 13B 3C 3F
Octal 331 146 275 0 65 15 17 473 74 77
Binary 11011001 1100110 10111101 0 110101 1101 1111 100111011 111100 111111

Color Harmonies of #D966BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D966BD

Black with #D966BD

Text Example


Text Example

White with #D966BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D966BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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