#DC68F3

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

Shades of Heliotrope #DC68F3

Tints of Heliotrope #DC68F3

Color information

#DC68F3 (or 0xDC68F3) is unknown color: approx Heliotrope. HEX triplet: DC, 68 and F3. RGB value is (220,104,243). Sum of RGB (Red+Green+Blue) = 220+104+243=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 104 (41.02% from 255 or 18.34% from 567); Blue value is 243 (95.31% from 255 or 42.86% from 567); Max value from RGB is 243 - color contains mainly: blue. Hex color #DC68F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC68F3 is #23970C. Grayscale: #9A9A9A. Windows color (decimal): -2332429 or 15952092. OLE color: 15952092.

HSL color Cylindrical-coordinate representation of color #DC68F3: hue angle of 290.07º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC68F3 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220104243-
CMYK0.090.5700.05
HSL290.07º85.28%68.04%-
HSV(B)290.07º57.2%95.29%-
XYZ50.6431.5988.22-
YUV154.53177.93174.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.80%
GREEN value IS 104 (41.02% from 255) = 18.34%
BLUE value IS 243 (95.31% from 255) = 42.86%
R=38.80%
G=18.34%
B=42.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2201042430.090.5700.05290.0785.2868.04
HexDC68F3939051225544
Octal334150363117105442125104
Binary110111001101000111100111001111001010110010001010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC68F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC68F3; }

 p { color: rgb(220,104,243); }

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

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

 a { background-color: rgb(220,104,243); }

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

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

 span { border-color: rgb(220,104,243); }

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