#CE80FD

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

Shades of Heliotrope #CE80FD

Tints of Heliotrope #CE80FD

Color information

#CE80FD (or 0xCE80FD) is unknown color: approx Heliotrope. HEX triplet: CE, 80 and FD. RGB value is (206,128,253). Sum of RGB (Red+Green+Blue) = 206+128+253=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 128 (50.39% from 255 or 21.81% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE80FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE80FD is #317F02. Grayscale: #A5A5A5. Windows color (decimal): -3243779 or 16613582. OLE color: 16613582.

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

Color convert

RGB206128253-
CMYK0.190.4900.01
HSL277.44º96.9%74.71%-
HSV(B)277.44º49.41%99.22%-
XYZ50.935.6597.13-
YUV165.57177.34156.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.09%
GREEN value IS 128 (50.39% from 255) = 21.81%
BLUE value IS 253 (99.22% from 255) = 43.10%
R=35.09%
G=21.81%
B=43.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2061282530.190.4900.01277.4496.974.71
HexCE80FD133101115614b
Octal316200375236101425141113
Binary110011101000000011111101100111100010110001010111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE80FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE80FD; }

 p { color: rgb(206,128,253); }

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

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

 a { background-color: rgb(206,128,253); }

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

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

 span { border-color: rgb(206,128,253); }

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