#CE65FD

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

Shades of Heliotrope #CE65FD

Tints of Heliotrope #CE65FD

Color information

#CE65FD (or 0xCE65FD) is unknown color: approx Heliotrope. HEX triplet: CE, 65 and FD. RGB value is (206,101,253). Sum of RGB (Red+Green+Blue) = 206+101+253=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 101 (39.84% from 255 or 18.04% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE65FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE65FD is #319A02. Grayscale: #959595. Windows color (decimal): -3250691 or 16606670. OLE color: 16606670.

HSL color Cylindrical-coordinate representation of color #CE65FD: hue angle of 281.45º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE65FD is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB206101253-
CMYK0.190.6000.01
HSL281.45º97.44%69.41%-
HSV(B)281.45º60.08%99.22%-
XYZ47.8429.5296.11-
YUV149.72186.29168.14-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.79%
GREEN value IS 101 (39.84% from 255) = 18.04%
BLUE value IS 253 (99.22% from 255) = 45.18%
R=36.79%
G=18.04%
B=45.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2061012530.190.6000.01281.4597.4469.41
HexCE65FD133C011196145
Octal316145375237401431141105
Binary11001110110010111111101100111111000110001100111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE65FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE65FD; }

 p { color: rgb(206,101,253); }

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

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

 a { background-color: rgb(206,101,253); }

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

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

 span { border-color: rgb(206,101,253); }

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