#CE56F3

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

Shades of Heliotrope #CE56F3

Tints of Heliotrope #CE56F3

Color information

#CE56F3 (or 0xCE56F3) is unknown color: approx Heliotrope. HEX triplet: CE, 56 and F3. RGB value is (206,86,243). Sum of RGB (Red+Green+Blue) = 206+86+243=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 86 (33.98% from 255 or 16.07% from 535); Blue value is 243 (95.31% from 255 or 45.42% from 535); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE56F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE56F3 is #31A90C. Grayscale: #8B8B8B. Windows color (decimal): -3254541 or 15947470. OLE color: 15947470.

HSL color Cylindrical-coordinate representation of color #CE56F3: hue angle of 285.86º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE56F3 is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20686243-
CMYK0.150.6500.05
HSL285.86º86.74%64.51%-
HSV(B)285.86º64.61%95.29%-
XYZ44.9626.2587.49-
YUV139.78186.26175.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.50%
GREEN value IS 86 (33.98% from 255) = 16.07%
BLUE value IS 243 (95.31% from 255) = 45.42%
R=38.50%
G=16.07%
B=45.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal206862430.150.6500.05285.8686.7464.51
HexCE56F3F410511e5741
Octal3161263631710105436127101
Binary1100111010101101111001111111000001010110001111010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE56F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE56F3; }

 p { color: rgb(206,86,243); }

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

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

 a { background-color: rgb(206,86,243); }

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

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

 span { border-color: rgb(206,86,243); }

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