Html Css Color HEX #D96ADD Orchid

📋 copy color: '#D96ADD'

red 217 ◦ green 106 ◦ blue 221

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

Shades of Orchid #D96ADD

Tints of Orchid #D96ADD

RGB

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

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

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

R = 39.89%
G = 19.49%
B = 40.63%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D96ADD (or 0xD96ADD) is known color: Orchid. HEX triplet: D9, 6A and DD. RGB value is (217,106,221). Sum of RGB (Red+Green+Blue) = 217+106+221=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 106 (41.80% from 255 or 19.49% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #D96ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96ADD is #269522. Grayscale: #979797. Windows color (decimal): -2528547 or 14510809. OLE color: 14510809.

HSL color Cylindrical-coordinate representation of color #D96ADD: hue angle of 297.91º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D96ADD is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 106 221 -
CMYK 0.02 0.52 0 0.13
HSL 297.91º 0.63% 0.64% -
HSV(B) 297.91º 0.52% 0.87% -
XYZ 46.82 30.28 71.78 -
YUV 152.3 166.77 174.15 -
System Red Green Blue C M Y K H S L
Decimal 217 106 221 0.02 0.52 0 0.13 297.91 0.63 0.64
Hex D9 6A DD 2 34 0 D 12A 3F 40
Octal 331 152 335 2 64 0 15 452 77 100
Binary 11011001 1101010 11011101 10 110100 0 1101 100101010 111111 1000000

Color Harmonies of #D96ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96ADD

Black with #D96ADD

Text Example


Text Example

White with #D96ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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