Html Css Color HEX #CA59FC Heliotrope

📋 copy color: '#CA59FC'

red 202 ◦ green 89 ◦ blue 252

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

Shades of Heliotrope #CA59FC

Tints of Heliotrope #CA59FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.41%

R = 37.2%
G = 16.39%
B = 46.41%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA59FC (or 0xCA59FC) is known color: Heliotrope. HEX triplet: CA, 59 and FC. RGB value is (202,89,252). Sum of RGB (Red+Green+Blue) = 202+89+252=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 89 (35.16% from 255 or 16.39% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA59FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA59FC is #35A603. Grayscale: #8C8C8C. Windows color (decimal): -3515908 or 16538058. OLE color: 16538058.

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

Color convert

RGB 202 89 252 -
CMYK 0.20 0.65 0 0.01
HSL 281.6º 0.96% 0.67% -
HSV(B) 281.6º 0.65% 0.99% -
XYZ 45.5 26.73 94.86 -
YUV 141.37 190.44 171.25 -
System Red Green Blue C M Y K H S L
Decimal 202 89 252 0.20 0.65 0 0.01 281.6 0.96 0.67
Hex CA 59 FC 14 41 0 1 11A 60 43
Octal 312 131 374 24 101 0 1 432 140 103
Binary 11001010 1011001 11111100 10100 1000001 0 1 100011010 1100000 1000011

Color Harmonies of #CA59FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA59FC

Black with #CA59FC

Text Example


Text Example

White with #CA59FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA59FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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