#CA5CFE

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

Shades of Heliotrope #CA5CFE

Tints of Heliotrope #CA5CFE

Color information

#CA5CFE (or 0xCA5CFE) is unknown color: approx Heliotrope. HEX triplet: CA, 5C and FE. RGB value is (202,92,254). Sum of RGB (Red+Green+Blue) = 202+92+254=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 92 (36.33% from 255 or 16.79% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA5CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5CFE is #35A301. Grayscale: #8E8E8E. Windows color (decimal): -3515138 or 16669898. OLE color: 16669898.

HSL color Cylindrical-coordinate representation of color #CA5CFE: hue angle of 280.74º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA5CFE is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB20292254-
CMYK0.200.6400.00
HSL280.74º98.78%67.84%-
HSV(B)280.74º63.78%99.61%-
XYZ46.0727.3796.62-
YUV143.36190.44169.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.86%
GREEN value IS 92 (36.33% from 255) = 16.79%
BLUE value IS 254 (99.61% from 255) = 46.35%
R=36.86%
G=16.79%
B=46.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal202922540.200.6400.00280.7498.7867.84
HexCA5CFE1440001196344
Octal3121343762410000431143104
Binary110010101011100111111101010010000000010001100111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5CFE; }

 p { color: rgb(202,92,254); }

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

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

 a { background-color: rgb(202,92,254); }

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

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

 span { border-color: rgb(202,92,254); }

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