Html Css Color HEX #D96DCF Orchid

📋 copy color: '#D96DCF'

red 217 ◦ green 109 ◦ blue 207

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

Shades of Orchid #D96DCF

Tints of Orchid #D96DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.84%

R = 40.71%
G = 20.45%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D96DCF (or 0xD96DCF) is known color: Orchid. HEX triplet: D9, 6D and CF. RGB value is (217,109,207). Sum of RGB (Red+Green+Blue) = 217+109+207=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 109 (42.97% from 255 or 20.45% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D96DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96DCF is #269230. Grayscale: #989898. Windows color (decimal): -2527793 or 13594073. OLE color: 13594073.

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

Color convert

RGB 217 109 207 -
CMYK 0 0.50 0.05 0.15
HSL 305.56º 0.59% 0.64% -
HSV(B) 305.56º 0.5% 0.85% -
XYZ 45.35 30.19 62.47 -
YUV 152.46 158.78 174.03 -
System Red Green Blue C M Y K H S L
Decimal 217 109 207 0 0.50 0.05 0.15 305.56 0.59 0.64
Hex D9 6D CF 0 32 5 F 132 3B 40
Octal 331 155 317 0 62 5 17 462 73 100
Binary 11011001 1101101 11001111 0 110010 101 1111 100110010 111011 1000000

Color Harmonies of #D96DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96DCF

Black with #D96DCF

Text Example


Text Example

White with #D96DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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