#DC83F4

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

Shades of Heliotrope #DC83F4

Tints of Heliotrope #DC83F4

Color information

#DC83F4 (or 0xDC83F4) is unknown color: approx Heliotrope. HEX triplet: DC, 83 and F4. RGB value is (220,131,244). Sum of RGB (Red+Green+Blue) = 220+131+244=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 131 (51.56% from 255 or 22.02% from 595); Blue value is 244 (95.70% from 255 or 41.01% from 595); Max value from RGB is 244 - color contains mainly: blue. Hex color #DC83F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC83F4 is #237C0B. Grayscale: #AAAAAA. Windows color (decimal): -2325516 or 16024540. OLE color: 16024540.

HSL color Cylindrical-coordinate representation of color #DC83F4: hue angle of 287.26º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC83F4 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220131244-
CMYK0.100.4600.04
HSL287.26º83.7%73.53%-
HSV(B)287.26º46.31%95.69%-
XYZ53.9637.9890.07-
YUV170.49169.49163.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 131 (51.56% from 255) = 22.02%
BLUE value IS 244 (95.70% from 255) = 41.01%
R=36.97%
G=22.02%
B=41.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2201312440.100.4600.04287.2683.773.53
HexDC83F4A2E0411f544a
Octal334203364125604437124112
Binary1101110010000011111101001010101110010010001111110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC83F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC83F4; }

 p { color: rgb(220,131,244); }

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

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

 a { background-color: rgb(220,131,244); }

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

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

 span { border-color: rgb(220,131,244); }

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