Html Css Color HEX #D96FDC Orchid

📋 copy color: '#D96FDC'

red 217 ◦ green 111 ◦ blue 220

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

Shades of Orchid #D96FDC

Tints of Orchid #D96FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.15%

R = 39.6%
G = 20.26%
B = 40.15%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D96FDC (or 0xD96FDC) is known color: Orchid. HEX triplet: D9, 6F and DC. RGB value is (217,111,220). Sum of RGB (Red+Green+Blue) = 217+111+220=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 111 (43.75% from 255 or 20.26% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #D96FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96FDC is #269023. Grayscale: #9A9A9A. Windows color (decimal): -2527268 or 14446553. OLE color: 14446553.

HSL color Cylindrical-coordinate representation of color #D96FDC: hue angle of 298.35º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96FDC is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 111 220 -
CMYK 0.01 0.50 0 0.14
HSL 298.35º 0.61% 0.65% -
HSV(B) 298.35º 0.5% 0.86% -
XYZ 47.22 31.29 71.26 -
YUV 155.12 164.62 172.14 -
System Red Green Blue C M Y K H S L
Decimal 217 111 220 0.01 0.50 0 0.14 298.35 0.61 0.65
Hex D9 6F DC 1 32 0 E 12A 3D 41
Octal 331 157 334 1 62 0 16 452 75 101
Binary 11011001 1101111 11011100 1 110010 0 1110 100101010 111101 1000001

Color Harmonies of #D96FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96FDC

Black with #D96FDC

Text Example


Text Example

White with #D96FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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