#DC7BF5

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

Shades of Heliotrope #DC7BF5

Tints of Heliotrope #DC7BF5

Color information

#DC7BF5 (or 0xDC7BF5) is unknown color: approx Heliotrope. HEX triplet: DC, 7B and F5. RGB value is (220,123,245). Sum of RGB (Red+Green+Blue) = 220+123+245=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 123 (48.44% from 255 or 20.92% from 588); Blue value is 245 (96.09% from 255 or 41.67% from 588); Max value from RGB is 245 - color contains mainly: blue. Hex color #DC7BF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7BF5 is #23840A. Grayscale: #A5A5A5. Windows color (decimal): -2327563 or 16088028. OLE color: 16088028.

HSL color Cylindrical-coordinate representation of color #DC7BF5: hue angle of 287.7º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC7BF5 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220123245-
CMYK0.100.5000.04
HSL287.7º85.92%72.16%-
HSV(B)287.7º49.8%96.08%-
XYZ53.0835.9790.53-
YUV165.91172.64166.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.41%
GREEN value IS 123 (48.44% from 255) = 20.92%
BLUE value IS 245 (96.09% from 255) = 41.67%
R=37.41%
G=20.92%
B=41.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2201232450.100.5000.04287.785.9272.16
HexDC7BF5A32041205648
Octal334173365126204440126110
Binary110111001111011111101011010110010010010010000010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7BF5; }

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

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

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

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

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

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

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

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