#CE69F1

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

Shades of Heliotrope #CE69F1

Tints of Heliotrope #CE69F1

Color information

#CE69F1 (or 0xCE69F1) is unknown color: approx Heliotrope. HEX triplet: CE, 69 and F1. RGB value is (206,105,241). Sum of RGB (Red+Green+Blue) = 206+105+241=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 105 (41.41% from 255 or 19.02% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE69F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE69F1 is #31960E. Grayscale: #969696. Windows color (decimal): -3249679 or 15821262. OLE color: 15821262.

HSL color Cylindrical-coordinate representation of color #CE69F1: hue angle of 284.56º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE69F1 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB206105241-
CMYK0.150.5600.05
HSL284.56º82.93%67.84%-
HSV(B)284.56º56.43%94.51%-
XYZ46.3829.5886.48-
YUV150.7178.96167.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.32%
GREEN value IS 105 (41.41% from 255) = 19.02%
BLUE value IS 241 (94.53% from 255) = 43.66%
R=37.32%
G=19.02%
B=43.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2061052410.150.5600.05284.5682.9367.84
HexCE69F1F380511d5344
Octal316151361177005435123104
Binary110011101101001111100011111111000010110001110110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE69F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE69F1; }

 p { color: rgb(206,105,241); }

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

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

 a { background-color: rgb(206,105,241); }

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

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

 span { border-color: rgb(206,105,241); }

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