#DC6CFA

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

Shades of Heliotrope #DC6CFA

Tints of Heliotrope #DC6CFA

Color information

#DC6CFA (or 0xDC6CFA) is unknown color: approx Heliotrope. HEX triplet: DC, 6C and FA. RGB value is (220,108,250). Sum of RGB (Red+Green+Blue) = 220+108+250=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 108 (42.58% from 255 or 18.69% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC6CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6CFA is #239305. Grayscale: #9D9D9D. Windows color (decimal): -2331398 or 16411868. OLE color: 16411868.

HSL color Cylindrical-coordinate representation of color #DC6CFA: hue angle of 287.32º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC6CFA is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220108250-
CMYK0.120.5700.02
HSL287.32º93.42%70.2%-
HSV(B)287.32º56.8%98.04%-
XYZ52.1332.8494.03-
YUV157.68180.11172.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.06%
GREEN value IS 108 (42.58% from 255) = 18.69%
BLUE value IS 250 (98.05% from 255) = 43.25%
R=38.06%
G=18.69%
B=43.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201082500.120.5700.02287.3293.4270.2
HexDC6CFAC390211f5d46
Octal334154372147102437135106
Binary11011100110110011111010110011100101010001111110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6CFA; }

 p { color: rgb(220,108,250); }

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

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

 a { background-color: rgb(220,108,250); }

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

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

 span { border-color: rgb(220,108,250); }

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