Html Css Color HEX #D96CBE Orchid

📋 copy color: '#D96CBE'

red 217 ◦ green 108 ◦ blue 190

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

Shades of Orchid #D96CBE

Tints of Orchid #D96CBE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.97%

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

R = 42.14%
G = 20.97%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D96CBE (or 0xD96CBE) is known color: Orchid. HEX triplet: D9, 6C and BE. RGB value is (217,108,190). Sum of RGB (Red+Green+Blue) = 217+108+190=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D96CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96CBE is #269341. Grayscale: #959595. Windows color (decimal): -2528066 or 12479705. OLE color: 12479705.

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

Color convert

RGB 217 108 190 -
CMYK 0 0.50 0.12 0.15
HSL 314.86º 0.59% 0.64% -
HSV(B) 314.86º 0.5% 0.85% -
XYZ 43.27 29.19 52.07 -
YUV 149.94 150.61 175.83 -
System Red Green Blue C M Y K H S L
Decimal 217 108 190 0 0.50 0.12 0.15 314.86 0.59 0.64
Hex D9 6C BE 0 32 C F 13B 3B 40
Octal 331 154 276 0 62 14 17 473 73 100
Binary 11011001 1101100 10111110 0 110010 1100 1111 100111011 111011 1000000

Color Harmonies of #D96CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96CBE

Black with #D96CBE

Text Example


Text Example

White with #D96CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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