Html Css Color HEX #D96FDD Orchid

📋 copy color: '#D96FDD'

red 217 ◦ green 111 ◦ blue 221

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

Shades of Orchid #D96FDD

Tints of Orchid #D96FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.26%

R = 39.53%
G = 20.22%
B = 40.26%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D96FDD (or 0xD96FDD) is known color: Orchid. HEX triplet: D9, 6F and DD. RGB value is (217,111,221). Sum of RGB (Red+Green+Blue) = 217+111+221=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 111 (43.75% from 255 or 20.22% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #D96FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96FDD is #269022. Grayscale: #9A9A9A. Windows color (decimal): -2527267 or 14512089. OLE color: 14512089.

HSL color Cylindrical-coordinate representation of color #D96FDD: hue angle of 297.82º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96FDD is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 111 221 -
CMYK 0.02 0.50 0 0.13
HSL 297.82º 0.62% 0.65% -
HSV(B) 297.82º 0.5% 0.87% -
XYZ 47.35 31.34 71.96 -
YUV 155.23 165.12 172.06 -
System Red Green Blue C M Y K H S L
Decimal 217 111 221 0.02 0.50 0 0.13 297.82 0.62 0.65
Hex D9 6F DD 2 32 0 D 12A 3E 41
Octal 331 157 335 2 62 0 15 452 76 101
Binary 11011001 1101111 11011101 10 110010 0 1101 100101010 111110 1000001

Color Harmonies of #D96FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96FDD

Black with #D96FDD

Text Example


Text Example

White with #D96FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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