Html Css Color HEX #D96FB9 Orchid

📋 copy color: '#D96FB9'

red 217 ◦ green 111 ◦ blue 185

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

Shades of Orchid #D96FB9

Tints of Orchid #D96FB9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.64%

 BLUE value IS 185 (72.66% from 255) = 36.06%

R = 42.3%
G = 21.64%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D96FB9 (or 0xD96FB9) is known color: Orchid. HEX triplet: D9, 6F and B9. RGB value is (217,111,185). Sum of RGB (Red+Green+Blue) = 217+111+185=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D96FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96FB9 is #269046. Grayscale: #969696. Windows color (decimal): -2527303 or 12152793. OLE color: 12152793.

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

Color convert

RGB 217 111 185 -
CMYK 0 0.49 0.15 0.15
HSL 318.11º 0.58% 0.64% -
HSV(B) 318.11º 0.49% 0.85% -
XYZ 43.06 29.62 49.35 -
YUV 151.13 147.12 174.98 -
System Red Green Blue C M Y K H S L
Decimal 217 111 185 0 0.49 0.15 0.15 318.11 0.58 0.64
Hex D9 6F B9 0 31 F F 13E 3A 40
Octal 331 157 271 0 61 17 17 476 72 100
Binary 11011001 1101111 10111001 0 110001 1111 1111 100111110 111010 1000000

Color Harmonies of #D96FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96FB9

Black with #D96FB9

Text Example


Text Example

White with #D96FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96FB9; }

 p { color: rgb(217,111,185); }

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

background-color css

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

 a { background-color: rgb(217,111,185); }

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

border-color css

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

 span { border-color: rgb(217,111,185); }

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