#CE7CFF

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

Shades of Heliotrope #CE7CFF

Tints of Heliotrope #CE7CFF

Color information

#CE7CFF (or 0xCE7CFF) is unknown color: approx Heliotrope. HEX triplet: CE, 7C and FF. RGB value is (206,124,255). Sum of RGB (Red+Green+Blue) = 206+124+255=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 124 (48.83% from 255 or 21.20% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE7CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7CFF is #318300. Grayscale: #A3A3A3. Windows color (decimal): -3244801 or 16743630. OLE color: 16743630.

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

Color convert

RGB206124255-
CMYK0.190.5100
HSL277.56º100%74.31%-
HSV(B)277.56º51.37%100%-
XYZ50.7134.7698.64-
YUV163.45179.67158.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.21%
GREEN value IS 124 (48.83% from 255) = 21.20%
BLUE value IS 255 (100% from 255) = 43.59%
R=35.21%
G=21.20%
B=43.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2061242550.190.5100277.5610074.31
HexCE7CFF133300116644a
Octal316174377236300426144112
Binary11001110111110011111111100111100110010001011011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7CFF; }

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

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

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

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

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

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

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

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