Html Css Color HEX #D96BB7 Orchid

📋 copy color: '#D96BB7'

red 217 ◦ green 107 ◦ blue 183

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

Shades of Orchid #D96BB7

Tints of Orchid #D96BB7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.1%

 BLUE value IS 183 (71.88% from 255) = 36.09%

R = 42.8%
G = 21.1%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D96BB7 (or 0xD96BB7) is known color: Orchid. HEX triplet: D9, 6B and B7. RGB value is (217,107,183). Sum of RGB (Red+Green+Blue) = 217+107+183=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D96BB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96BB7 is #269448. Grayscale: #949494. Windows color (decimal): -2528329 or 12020697. OLE color: 12020697.

HSL color Cylindrical-coordinate representation of color #D96BB7: hue angle of 318.55º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96BB7 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 107 183 -
CMYK 0 0.51 0.16 0.15
HSL 318.55º 0.59% 0.64% -
HSV(B) 318.55º 0.51% 0.85% -
XYZ 42.42 28.69 48.1 -
YUV 148.55 147.44 176.82 -
System Red Green Blue C M Y K H S L
Decimal 217 107 183 0 0.51 0.16 0.15 318.55 0.59 0.64
Hex D9 6B B7 0 33 10 F 13F 3B 40
Octal 331 153 267 0 63 20 17 477 73 100
Binary 11011001 1101011 10110111 0 110011 10000 1111 100111111 111011 1000000

Color Harmonies of #D96BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96BB7

Black with #D96BB7

Text Example


Text Example

White with #D96BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96BB7; }

 p { color: rgb(217,107,183); }

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

background-color css

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

 a { background-color: rgb(217,107,183); }

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

border-color css

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

 span { border-color: rgb(217,107,183); }

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