#DC8FFB

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

Shades of Heliotrope #DC8FFB

Tints of Heliotrope #DC8FFB

Color information

#DC8FFB (or 0xDC8FFB) is unknown color: approx Heliotrope. HEX triplet: DC, 8F and FB. RGB value is (220,143,251). Sum of RGB (Red+Green+Blue) = 220+143+251=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 143 (56.25% from 255 or 23.29% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC8FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8FFB is #237004. Grayscale: #B1B1B1. Windows color (decimal): -2322437 or 16486364. OLE color: 16486364.

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

Color convert

RGB220143251-
CMYK0.120.4300.02
HSL282.78º93.1%77.25%-
HSV(B)282.78º43.03%98.43%-
XYZ56.7541.8396.35-
YUV178.34169.01157.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.83%
GREEN value IS 143 (56.25% from 255) = 23.29%
BLUE value IS 251 (98.44% from 255) = 40.88%
R=35.83%
G=23.29%
B=40.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201432510.120.4300.02282.7893.177.25
HexDC8FFBC2B0211b5d4d
Octal334217373145302433135115
Binary110111001000111111111011110010101101010001101110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8FFB; }

 p { color: rgb(220,143,251); }

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

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

 a { background-color: rgb(220,143,251); }

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

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

 span { border-color: rgb(220,143,251); }

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