#DC8BFD

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

Shades of Heliotrope #DC8BFD

Tints of Heliotrope #DC8BFD

Color information

#DC8BFD (or 0xDC8BFD) is unknown color: approx Heliotrope. HEX triplet: DC, 8B and FD. RGB value is (220,139,253). Sum of RGB (Red+Green+Blue) = 220+139+253=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 139 (54.69% from 255 or 22.71% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC8BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8BFD is #237402. Grayscale: #AFAFAF. Windows color (decimal): -2323459 or 16616412. OLE color: 16616412.

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

Color convert

RGB220139253-
CMYK0.130.4500.01
HSL282.63º96.61%76.86%-
HSV(B)282.63º45.06%99.22%-
XYZ56.4840.7797.82-
YUV176.22171.34159.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.95%
GREEN value IS 139 (54.69% from 255) = 22.71%
BLUE value IS 253 (99.22% from 255) = 41.34%
R=35.95%
G=22.71%
B=41.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2201392530.130.4500.01282.6396.6176.86
HexDC8BFDD2D0111b614d
Octal334213375155501433141115
Binary11011100100010111111110111011011010110001101111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8BFD; }

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

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

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

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

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

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

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

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