#CE82FC

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

Shades of Heliotrope #CE82FC

Tints of Heliotrope #CE82FC

Color information

#CE82FC (or 0xCE82FC) is unknown color: approx Heliotrope. HEX triplet: CE, 82 and FC. RGB value is (206,130,252). Sum of RGB (Red+Green+Blue) = 206+130+252=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 130 (51.17% from 255 or 22.11% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE82FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE82FC is #317D03. Grayscale: #A6A6A6. Windows color (decimal): -3243268 or 16548558. OLE color: 16548558.

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

Color convert

RGB206130252-
CMYK0.180.4800.01
HSL277.38º95.31%74.9%-
HSV(B)277.38º48.41%98.82%-
XYZ51.0136.1296.38-
YUV166.63176.18156.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.03%
GREEN value IS 130 (51.17% from 255) = 22.11%
BLUE value IS 252 (98.83% from 255) = 42.86%
R=35.03%
G=22.11%
B=42.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2061302520.180.4800.01277.3895.3174.9
HexCE82FC1230011155f4b
Octal316202374226001425137113
Binary110011101000001011111100100101100000110001010110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE82FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE82FC; }

 p { color: rgb(206,130,252); }

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

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

 a { background-color: rgb(206,130,252); }

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

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

 span { border-color: rgb(206,130,252); }

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