#CE68FD

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

Shades of Heliotrope #CE68FD

Tints of Heliotrope #CE68FD

Color information

#CE68FD (or 0xCE68FD) is unknown color: approx Heliotrope. HEX triplet: CE, 68 and FD. RGB value is (206,104,253). Sum of RGB (Red+Green+Blue) = 206+104+253=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 104 (41.02% from 255 or 18.47% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE68FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE68FD is #319702. Grayscale: #969696. Windows color (decimal): -3249923 or 16607438. OLE color: 16607438.

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

Color convert

RGB206104253-
CMYK0.190.5900.01
HSL281.07º97.39%70%-
HSV(B)281.07º58.89%99.22%-
XYZ48.1330.1196.2-
YUV151.48185.29166.88-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.59%
GREEN value IS 104 (41.02% from 255) = 18.47%
BLUE value IS 253 (99.22% from 255) = 44.94%
R=36.59%
G=18.47%
B=44.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2061042530.190.5900.01281.0797.3970
HexCE68FD133B011196146
Octal316150375237301431141106
Binary11001110110100011111101100111110110110001100111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE68FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE68FD; }

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

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

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

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

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

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

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

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