#CE7AFA

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

Shades of Heliotrope #CE7AFA

Tints of Heliotrope #CE7AFA

Color information

#CE7AFA (or 0xCE7AFA) is unknown color: approx Heliotrope. HEX triplet: CE, 7A and FA. RGB value is (206,122,250). Sum of RGB (Red+Green+Blue) = 206+122+250=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 122 (48.05% from 255 or 21.11% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE7AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7AFA is #318505. Grayscale: #A1A1A1. Windows color (decimal): -3245318 or 16415438. OLE color: 16415438.

HSL color Cylindrical-coordinate representation of color #CE7AFA: hue angle of 279.38º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE7AFA is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206122250-
CMYK0.180.5100.02
HSL279.38º92.75%72.94%-
HSV(B)279.38º51.2%98.04%-
XYZ49.6733.9494.38-
YUV161.71177.83159.59-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.64%
GREEN value IS 122 (48.05% from 255) = 21.11%
BLUE value IS 250 (98.05% from 255) = 43.25%
R=35.64%
G=21.11%
B=43.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061222500.180.5100.02279.3892.7572.94
HexCE7AFA1233021175d49
Octal316172372226302427135111
Binary110011101111010111110101001011001101010001011110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7AFA; }

 p { color: rgb(206,122,250); }

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

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

 a { background-color: rgb(206,122,250); }

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

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

 span { border-color: rgb(206,122,250); }

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