Html Css Color HEX #CA59FE Heliotrope

📋 copy color: '#CA59FE'

red 202 ◦ green 89 ◦ blue 254

#CA59FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #CA59FE

Tints of Heliotrope #CA59FE

RGB

 RED value IS 202 (79.3% from 255) = 37.06%

 GREEN value IS 89 (35.16% from 255) = 16.33%

 BLUE value IS 254 (99.61% from 255) = 46.61%

R = 37.06%
G = 16.33%
B = 46.61%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CA59FE (or 0xCA59FE) is known color: Heliotrope. HEX triplet: CA, 59 and FE. RGB value is (202,89,254). Sum of RGB (Red+Green+Blue) = 202+89+254=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 89 (35.16% from 255 or 16.33% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA59FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA59FE is #35A601. Grayscale: #8D8D8D. Windows color (decimal): -3515906 or 16669130. OLE color: 16669130.

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

Color convert

RGB 202 89 254 -
CMYK 0.20 0.65 0 0.00
HSL 281.09º 0.99% 0.67% -
HSV(B) 281.09º 0.65% 1% -
XYZ 45.82 26.86 96.53 -
YUV 141.6 191.44 171.08 -
System Red Green Blue C M Y K H S L
Decimal 202 89 254 0.20 0.65 0 0.00 281.09 0.99 0.67
Hex CA 59 FE 14 41 0 0 119 63 43
Octal 312 131 376 24 101 0 0 431 143 103
Binary 11001010 1011001 11111110 10100 1000001 0 0 100011001 1100011 1000011

Color Harmonies of #CA59FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA59FE

Black with #CA59FE

Text Example


Text Example

White with #CA59FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA59FE; }

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

 H1.HeaderClassName
 {
   color: #CA59FE;
 }
 .AnyTagClassName
 {
   color: #CA59FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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