#ce68ff

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

Shades of Heliotrope #CE68FF

Tints of Heliotrope #CE68FF

Color information

#CE68FF (or 0xCE68FF) is unknown color: approx Heliotrope. HEX triplet: CE, 68 and FF. RGB value is (206,104,255). Sum of RGB (Red+Green+Blue) = 206+104+255=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 104 (41.02% from 255 or 18.41% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE68FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE68FF is #319700. Grayscale: #979797. Windows color (decimal): -3249921 or 16738510. OLE color: 16738510.

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

Color convert

RGB206104255-
CMYK0.190.5900
HSL280.53º100%70.39%-
HSV(B)280.53º59.22%100%-
XYZ48.4530.2497.89-
YUV151.71186.29166.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.46%
GREEN value IS 104 (41.02% from 255) = 18.41%
BLUE value IS 255 (100% from 255) = 45.13%
R=36.46%
G=18.41%
B=45.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2061042550.190.5900280.5310070.39
HexCE68FF133B001196446
Octal316150377237300431144106
Binary11001110110100011111111100111110110010001100111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce68ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce68ff; }

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

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

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

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

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

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

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

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