#DC7BF8

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

Shades of Heliotrope #DC7BF8

Tints of Heliotrope #DC7BF8

Color information

#DC7BF8 (or 0xDC7BF8) is unknown color: approx Heliotrope. HEX triplet: DC, 7B and F8. RGB value is (220,123,248). Sum of RGB (Red+Green+Blue) = 220+123+248=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 123 (48.44% from 255 or 20.81% from 591); Blue value is 248 (97.27% from 255 or 41.96% from 591); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC7BF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7BF8 is #238407. Grayscale: #A5A5A5. Windows color (decimal): -2327560 or 16284636. OLE color: 16284636.

HSL color Cylindrical-coordinate representation of color #DC7BF8: hue angle of 286.56º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC7BF8 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB220123248-
CMYK0.110.5000.03
HSL286.56º89.93%72.75%-
HSV(B)286.56º50.4%97.25%-
XYZ53.5436.1692.96-
YUV166.25174.14166.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.23%
GREEN value IS 123 (48.44% from 255) = 20.81%
BLUE value IS 248 (97.27% from 255) = 41.96%
R=37.23%
G=20.81%
B=41.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2201232480.110.5000.03286.5689.9372.75
HexDC7BF8B320311f5a49
Octal334173370136203437132111
Binary11011100111101111111000101111001001110001111110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7BF8; }

 p { color: rgb(220,123,248); }

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

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

 a { background-color: rgb(220,123,248); }

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

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

 span { border-color: rgb(220,123,248); }

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