Html Css Color HEX #D96AC2 Orchid

📋 copy color: '#D96AC2'

red 217 ◦ green 106 ◦ blue 194

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

Shades of Orchid #D96AC2

Tints of Orchid #D96AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.52%

R = 41.97%
G = 20.5%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D96AC2 (or 0xD96AC2) is known color: Orchid. HEX triplet: D9, 6A and C2. RGB value is (217,106,194). Sum of RGB (Red+Green+Blue) = 217+106+194=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D96AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96AC2 is #26953D. Grayscale: #949494. Windows color (decimal): -2528574 or 12741337. OLE color: 12741337.

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

Color convert

RGB 217 106 194 -
CMYK 0 0.51 0.11 0.15
HSL 312.43º 0.59% 0.63% -
HSV(B) 312.43º 0.51% 0.85% -
XYZ 43.51 28.95 54.33 -
YUV 149.22 153.27 176.34 -
System Red Green Blue C M Y K H S L
Decimal 217 106 194 0 0.51 0.11 0.15 312.43 0.59 0.63
Hex D9 6A C2 0 33 B F 138 3B 3F
Octal 331 152 302 0 63 13 17 470 73 77
Binary 11011001 1101010 11000010 0 110011 1011 1111 100111000 111011 111111

Color Harmonies of #D96AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96AC2

Black with #D96AC2

Text Example


Text Example

White with #D96AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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