#CE6BF5

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

Shades of Heliotrope #CE6BF5

Tints of Heliotrope #CE6BF5

Color information

#CE6BF5 (or 0xCE6BF5) is unknown color: approx Heliotrope. HEX triplet: CE, 6B and F5. RGB value is (206,107,245). Sum of RGB (Red+Green+Blue) = 206+107+245=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 107 (42.19% from 255 or 19.18% from 558); Blue value is 245 (96.09% from 255 or 43.91% from 558); Max value from RGB is 245 - color contains mainly: blue. Hex color #CE6BF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6BF5 is #31940A. Grayscale: #979797. Windows color (decimal): -3249163 or 16083918. OLE color: 16083918.

HSL color Cylindrical-coordinate representation of color #CE6BF5: hue angle of 283.04º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE6BF5 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB206107245-
CMYK0.160.5600.04
HSL283.04º87.34%69.02%-
HSV(B)283.04º56.33%96.08%-
XYZ47.1930.2389.73-
YUV152.33180.3166.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.92%
GREEN value IS 107 (42.19% from 255) = 19.18%
BLUE value IS 245 (96.09% from 255) = 43.91%
R=36.92%
G=19.18%
B=43.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2061072450.160.5600.04283.0487.3469.02
HexCE6BF510380411b5745
Octal316153365207004433127105
Binary1100111011010111111010110000111000010010001101110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6BF5; }

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

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

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

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

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

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

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

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