#CE42FF

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

Shades of Heliotrope #CE42FF

Tints of Heliotrope #CE42FF

Color information

#CE42FF (or 0xCE42FF) is unknown color: approx Heliotrope. HEX triplet: CE, 42 and FF. RGB value is (206,66,255). Sum of RGB (Red+Green+Blue) = 206+66+255=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 66 (26.17% from 255 or 12.52% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE42FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE42FF is #31BD00. Grayscale: #808080. Windows color (decimal): -3259649 or 16728782. OLE color: 16728782.

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

Color convert

RGB20666255-
CMYK0.190.7400
HSL284.44º100%62.94%-
HSV(B)284.44º74.12%100%-
XYZ45.4524.2496.89-
YUV129.41198.88182.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.09%
GREEN value IS 66 (26.17% from 255) = 12.52%
BLUE value IS 255 (100% from 255) = 48.39%
R=39.09%
G=12.52%
B=48.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal206662550.190.7400284.4410062.94
HexCE42FF134A0011c643f
Octal316102377231120043414477
Binary11001110100001011111111100111001010001000111001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE42FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE42FF; }

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

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

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

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

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

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

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

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