#DC8BFF

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

Shades of Heliotrope #DC8BFF

Tints of Heliotrope #DC8BFF

Color information

#DC8BFF (or 0xDC8BFF) is unknown color: approx Heliotrope. HEX triplet: DC, 8B and FF. RGB value is (220,139,255). Sum of RGB (Red+Green+Blue) = 220+139+255=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 139 (54.69% from 255 or 22.64% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC8BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8BFF is #237400. Grayscale: #B0B0B0. Windows color (decimal): -2323457 or 16747484. OLE color: 16747484.

HSL color Cylindrical-coordinate representation of color #DC8BFF: hue angle of 281.9º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC8BFF is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB220139255-
CMYK0.140.4500
HSL281.9º100%77.25%-
HSV(B)281.9º45.49%100%-
XYZ56.840.999.51-
YUV176.44172.34159.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.83%
GREEN value IS 139 (54.69% from 255) = 22.64%
BLUE value IS 255 (100% from 255) = 41.53%
R=35.83%
G=22.64%
B=41.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2201392550.140.4500281.910077.25
HexDC8BFFE2D0011a644d
Octal334213377165500432144115
Binary11011100100010111111111111101011010010001101011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8BFF; }

 p { color: rgb(220,139,255); }

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

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

 a { background-color: rgb(220,139,255); }

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

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

 span { border-color: rgb(220,139,255); }

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