Html Css Color HEX #D96FCB Orchid

📋 copy color: '#D96FCB'

red 217 ◦ green 111 ◦ blue 203

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

Shades of Orchid #D96FCB

Tints of Orchid #D96FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.23%

R = 40.87%
G = 20.9%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D96FCB (or 0xD96FCB) is known color: Orchid. HEX triplet: D9, 6F and CB. RGB value is (217,111,203). Sum of RGB (Red+Green+Blue) = 217+111+203=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 111 (43.75% from 255 or 20.90% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D96FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96FCB is #269034. Grayscale: #989898. Windows color (decimal): -2527285 or 13332441. OLE color: 13332441.

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

Color convert

RGB 217 111 203 -
CMYK 0 0.49 0.06 0.15
HSL 307.92º 0.58% 0.64% -
HSV(B) 307.92º 0.49% 0.85% -
XYZ 45.08 30.43 60 -
YUV 153.18 156.12 173.52 -
System Red Green Blue C M Y K H S L
Decimal 217 111 203 0 0.49 0.06 0.15 307.92 0.58 0.64
Hex D9 6F CB 0 31 6 F 134 3A 40
Octal 331 157 313 0 61 6 17 464 72 100
Binary 11011001 1101111 11001011 0 110001 110 1111 100110100 111010 1000000

Color Harmonies of #D96FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96FCB

Black with #D96FCB

Text Example


Text Example

White with #D96FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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