Html Css Color HEX #D96BBE Orchid

📋 copy color: '#D96BBE'

red 217 ◦ green 107 ◦ blue 190

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

Shades of Orchid #D96BBE

Tints of Orchid #D96BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.96%

R = 42.22%
G = 20.82%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D96BBE (or 0xD96BBE) is known color: Orchid. HEX triplet: D9, 6B and BE. RGB value is (217,107,190). Sum of RGB (Red+Green+Blue) = 217+107+190=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 217 - color contains mainly: red. Hex color #D96BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96BBE is #269441. Grayscale: #959595. Windows color (decimal): -2528322 or 12479449. OLE color: 12479449.

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

Color convert

RGB 217 107 190 -
CMYK 0 0.51 0.12 0.15
HSL 314.73º 0.59% 0.64% -
HSV(B) 314.73º 0.51% 0.85% -
XYZ 43.17 28.98 52.03 -
YUV 149.35 150.94 176.25 -
System Red Green Blue C M Y K H S L
Decimal 217 107 190 0 0.51 0.12 0.15 314.73 0.59 0.64
Hex D9 6B BE 0 33 C F 13B 3B 40
Octal 331 153 276 0 63 14 17 473 73 100
Binary 11011001 1101011 10111110 0 110011 1100 1111 100111011 111011 1000000

Color Harmonies of #D96BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96BBE

Black with #D96BBE

Text Example


Text Example

White with #D96BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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