#DC92F6

Color #DC92F6 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #DC92F6

Tints of Heliotrope #DC92F6

Color information

#DC92F6 (or 0xDC92F6) is unknown color: approx Heliotrope. HEX triplet: DC, 92 and F6. RGB value is (220,146,246). Sum of RGB (Red+Green+Blue) = 220+146+246=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 146 (57.42% from 255 or 23.86% from 612); Blue value is 246 (96.48% from 255 or 40.20% from 612); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC92F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC92F6 is #236D09. Grayscale: #B3B3B3. Windows color (decimal): -2321674 or 16159452. OLE color: 16159452.

HSL color Cylindrical-coordinate representation of color #DC92F6: hue angle of 284.4º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC92F6 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220146246-
CMYK0.110.4100.04
HSL284.4º84.75%76.86%-
HSV(B)284.4º40.65%96.47%-
XYZ56.4342.4392.4-
YUV179.53165.52156.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.95%
GREEN value IS 146 (57.42% from 255) = 23.86%
BLUE value IS 246 (96.48% from 255) = 40.20%
R=35.95%
G=23.86%
B=40.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2201462460.110.4100.04284.484.7576.86
HexDC92F6B290411c554d
Octal334222366135104434125115
Binary1101110010010010111101101011101001010010001110010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC92F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC92F6; }

 p { color: rgb(220,146,246); }

 H1.HeaderClassName
 {
   color: #DC92F6;
 }
 .AnyTagClassName
 {
   color: #DC92F6;
 }
</style>
background-color css

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

 a { background-color: rgb(220,146,246); }

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

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

 span { border-color: rgb(220,146,246); }

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