#DC75FC

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

Shades of Heliotrope #DC75FC

Tints of Heliotrope #DC75FC

Color information

#DC75FC (or 0xDC75FC) is unknown color: approx Heliotrope. HEX triplet: DC, 75 and FC. RGB value is (220,117,252). Sum of RGB (Red+Green+Blue) = 220+117+252=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 117 (46.09% from 255 or 19.86% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC75FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC75FC is #238A03. Grayscale: #A2A2A2. Windows color (decimal): -2329092 or 16545244. OLE color: 16545244.

HSL color Cylindrical-coordinate representation of color #DC75FC: hue angle of 285.78º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC75FC is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB220117252-
CMYK0.130.5400.01
HSL285.78º95.74%72.35%-
HSV(B)285.78º53.57%98.82%-
XYZ53.4534.9796.03-
YUV163.19178.12168.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.35%
GREEN value IS 117 (46.09% from 255) = 19.86%
BLUE value IS 252 (98.83% from 255) = 42.78%
R=37.35%
G=19.86%
B=42.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2201172520.130.5400.01285.7895.7472.35
HexDC75FCD360111e6048
Octal334165374156601436140110
Binary1101110011101011111110011011101100110001111011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC75FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC75FC; }

 p { color: rgb(220,117,252); }

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

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

 a { background-color: rgb(220,117,252); }

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

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

 span { border-color: rgb(220,117,252); }

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