Html Css Color HEX #D96DCB Orchid

📋 copy color: '#D96DCB'

red 217 ◦ green 109 ◦ blue 203

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

Shades of Orchid #D96DCB

Tints of Orchid #D96DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.6%

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

R = 41.02%
G = 20.6%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D96DCB (or 0xD96DCB) is known color: Orchid. HEX triplet: D9, 6D and CB. RGB value is (217,109,203). Sum of RGB (Red+Green+Blue) = 217+109+203=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 109 (42.97% from 255 or 20.60% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D96DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96DCB is #269234. Grayscale: #979797. Windows color (decimal): -2527797 or 13331929. OLE color: 13331929.

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

Color convert

RGB 217 109 203 -
CMYK 0 0.50 0.06 0.15
HSL 307.78º 0.59% 0.64% -
HSV(B) 307.78º 0.5% 0.85% -
XYZ 44.86 30 59.93 -
YUV 152.01 156.78 174.36 -
System Red Green Blue C M Y K H S L
Decimal 217 109 203 0 0.50 0.06 0.15 307.78 0.59 0.64
Hex D9 6D CB 0 32 6 F 134 3B 40
Octal 331 155 313 0 62 6 17 464 73 100
Binary 11011001 1101101 11001011 0 110010 110 1111 100110100 111011 1000000

Color Harmonies of #D96DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96DCB

Black with #D96DCB

Text Example


Text Example

White with #D96DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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