#CE4CFF

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

Shades of Heliotrope #CE4CFF

Tints of Heliotrope #CE4CFF

Color information

#CE4CFF (or 0xCE4CFF) is unknown color: approx Heliotrope. HEX triplet: CE, 4C and FF. RGB value is (206,76,255). Sum of RGB (Red+Green+Blue) = 206+76+255=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 76 (30.08% from 255 or 14.15% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE4CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4CFF is #31B300. Grayscale: #868686. Windows color (decimal): -3257089 or 16731342. OLE color: 16731342.

HSL color Cylindrical-coordinate representation of color #CE4CFF: hue angle of 283.58º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE4CFF is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20676255-
CMYK0.190.7000
HSL283.58º100%64.9%-
HSV(B)283.58º70.2%100%-
XYZ46.0925.5197.1-
YUV135.28195.57178.45-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.36%
GREEN value IS 76 (30.08% from 255) = 14.15%
BLUE value IS 255 (100% from 255) = 47.49%
R=38.36%
G=14.15%
B=47.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal206762550.190.7000283.5810064.9
HexCE4CFF13460011c6441
Octal3161143772310600434144101
Binary110011101001100111111111001110001100010001110011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4CFF; }

 p { color: rgb(206,76,255); }

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

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

 a { background-color: rgb(206,76,255); }

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

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

 span { border-color: rgb(206,76,255); }

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