#CA75FE

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

Shades of Heliotrope #CA75FE

Tints of Heliotrope #CA75FE

Color information

#CA75FE (or 0xCA75FE) is unknown color: approx Heliotrope. HEX triplet: CA, 75 and FE. RGB value is (202,117,254). Sum of RGB (Red+Green+Blue) = 202+117+254=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 117 (46.09% from 255 or 20.42% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA75FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA75FE is #358A01. Grayscale: #9D9D9D. Windows color (decimal): -3508738 or 16676298. OLE color: 16676298.

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

Color convert

RGB202117254-
CMYK0.200.5400.00
HSL277.23º98.56%72.75%-
HSV(B)277.23º53.94%99.61%-
XYZ48.6132.4397.46-
YUV158.03182.16159.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 117 (46.09% from 255) = 20.42%
BLUE value IS 254 (99.61% from 255) = 44.33%
R=35.25%
G=20.42%
B=44.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2021172540.200.5400.00277.2398.5672.75
HexCA75FE1436001156349
Octal312165376246600425143111
Binary11001010111010111111110101001101100010001010111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA75FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA75FE; }

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

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

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

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

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

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

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

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