#CE6BFF

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

Shades of Heliotrope #CE6BFF

Tints of Heliotrope #CE6BFF

Color information

#CE6BFF (or 0xCE6BFF) is unknown color: approx Heliotrope. HEX triplet: CE, 6B and FF. RGB value is (206,107,255). Sum of RGB (Red+Green+Blue) = 206+107+255=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 107 (42.19% from 255 or 18.84% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE6BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6BFF is #319400. Grayscale: #989898. Windows color (decimal): -3249153 or 16739278. OLE color: 16739278.

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

Color convert

RGB206107255-
CMYK0.190.5800
HSL280.14º100%70.98%-
HSV(B)280.14º58.04%100%-
XYZ48.7630.8697.99-
YUV153.47185.3165.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.27%
GREEN value IS 107 (42.19% from 255) = 18.84%
BLUE value IS 255 (100% from 255) = 44.89%
R=36.27%
G=18.84%
B=44.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2061072550.190.5800280.1410070.98
HexCE6BFF133A001186447
Octal316153377237200430144107
Binary11001110110101111111111100111110100010001100011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6BFF; }

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

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

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

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

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

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

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

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