Html Css Color HEX #D96AD8 Orchid

📋 copy color: '#D96AD8'

red 217 ◦ green 106 ◦ blue 216

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

Shades of Orchid #D96AD8

Tints of Orchid #D96AD8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.67%

 BLUE value IS 216 (84.77% from 255) = 40.07%

R = 40.26%
G = 19.67%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#D96AD8 (or 0xD96AD8) is known color: Orchid. HEX triplet: D9, 6A and D8. RGB value is (217,106,216). Sum of RGB (Red+Green+Blue) = 217+106+216=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 106 (41.80% from 255 or 19.67% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D96AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96AD8 is #269527. Grayscale: #979797. Windows color (decimal): -2528552 or 14183129. OLE color: 14183129.

HSL color Cylindrical-coordinate representation of color #D96AD8: hue angle of 300.54º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96AD8 is Cyan = 0, Magento = 0.51, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 106 216 -
CMYK 0 0.51 0.00 0.15
HSL 300.54º 0.59% 0.63% -
HSV(B) 300.54º 0.51% 0.85% -
XYZ 46.16 30.02 68.33 -
YUV 151.73 164.27 174.56 -
System Red Green Blue C M Y K H S L
Decimal 217 106 216 0 0.51 0.00 0.15 300.54 0.59 0.63
Hex D9 6A D8 0 33 0 F 12D 3B 3F
Octal 331 152 330 0 63 0 17 455 73 77
Binary 11011001 1101010 11011000 0 110011 0 1111 100101101 111011 111111

Color Harmonies of #D96AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96AD8

Black with #D96AD8

Text Example


Text Example

White with #D96AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96AD8; }

 p { color: rgb(217,106,216); }

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

background-color css

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

 a { background-color: rgb(217,106,216); }

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

border-color css

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

 span { border-color: rgb(217,106,216); }

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