Html Css Color HEX #D96AD3 Orchid

📋 copy color: '#D96AD3'

red 217 ◦ green 106 ◦ blue 211

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

Shades of Orchid #D96AD3

Tints of Orchid #D96AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.51%

R = 40.64%
G = 19.85%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D96AD3 (or 0xD96AD3) is known color: Orchid. HEX triplet: D9, 6A and D3. RGB value is (217,106,211). Sum of RGB (Red+Green+Blue) = 217+106+211=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 106 (41.80% from 255 or 19.85% from 534); Blue value is 211 (82.81% from 255 or 39.51% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D96AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96AD3 is #26952C. Grayscale: #969696. Windows color (decimal): -2528557 or 13855449. OLE color: 13855449.

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

Color convert

RGB 217 106 211 -
CMYK 0 0.51 0.03 0.15
HSL 303.24º 0.59% 0.63% -
HSV(B) 303.24º 0.51% 0.85% -
XYZ 45.53 29.76 64.97 -
YUV 151.16 161.77 174.96 -
System Red Green Blue C M Y K H S L
Decimal 217 106 211 0 0.51 0.03 0.15 303.24 0.59 0.63
Hex D9 6A D3 0 33 3 F 12F 3B 3F
Octal 331 152 323 0 63 3 17 457 73 77
Binary 11011001 1101010 11010011 0 110011 11 1111 100101111 111011 111111

Color Harmonies of #D96AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96AD3

Black with #D96AD3

Text Example


Text Example

White with #D96AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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