#CE67FA

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

Shades of Heliotrope #CE67FA

Tints of Heliotrope #CE67FA

Color information

#CE67FA (or 0xCE67FA) is unknown color: approx Heliotrope. HEX triplet: CE, 67 and FA. RGB value is (206,103,250). Sum of RGB (Red+Green+Blue) = 206+103+250=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 103 (40.62% from 255 or 18.43% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE67FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE67FA is #319805. Grayscale: #969696. Windows color (decimal): -3250182 or 16410574. OLE color: 16410574.

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

Color convert

RGB206103250-
CMYK0.180.5900.02
HSL282.04º93.63%69.22%-
HSV(B)282.04º58.8%98.04%-
XYZ47.5629.7293.67-
YUV150.56184.12167.55-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.85%
GREEN value IS 103 (40.62% from 255) = 18.43%
BLUE value IS 250 (98.05% from 255) = 44.72%
R=36.85%
G=18.43%
B=44.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061032500.180.5900.02282.0493.6369.22
HexCE67FA123B0211a5e45
Octal316147372227302432136105
Binary110011101100111111110101001011101101010001101010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE67FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE67FA; }

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

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

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

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

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

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

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

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