Html Css Color HEX #CA58F9 Heliotrope

📋 copy color: '#CA58F9'

red 202 ◦ green 88 ◦ blue 249

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

Shades of Heliotrope #CA58F9

Tints of Heliotrope #CA58F9

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.33%

 BLUE value IS 249 (97.66% from 255) = 46.2%

R = 37.48%
G = 16.33%
B = 46.2%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA58F9 (or 0xCA58F9) is known color: Heliotrope. HEX triplet: CA, 58 and F9. RGB value is (202,88,249). Sum of RGB (Red+Green+Blue) = 202+88+249=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 88 (34.77% from 255 or 16.33% from 539); Blue value is 249 (97.66% from 255 or 46.20% from 539); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA58F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA58F9 is #35A706. Grayscale: #8B8B8B. Windows color (decimal): -3516167 or 16341194. OLE color: 16341194.

HSL color Cylindrical-coordinate representation of color #CA58F9: hue angle of 282.48º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA58F9 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 88 249 -
CMYK 0.19 0.65 0 0.02
HSL 282.48º 0.93% 0.66% -
HSV(B) 282.48º 0.65% 0.98% -
XYZ 44.95 26.38 92.34 -
YUV 140.44 189.27 171.91 -
System Red Green Blue C M Y K H S L
Decimal 202 88 249 0.19 0.65 0 0.02 282.48 0.93 0.66
Hex CA 58 F9 13 41 0 2 11A 5D 42
Octal 312 130 371 23 101 0 2 432 135 102
Binary 11001010 1011000 11111001 10011 1000001 0 10 100011010 1011101 1000010

Color Harmonies of #CA58F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA58F9

Black with #CA58F9

Text Example


Text Example

White with #CA58F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA58F9; }

 p { color: rgb(202,88,249); }

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

background-color css

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

 a { background-color: rgb(202,88,249); }

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

border-color css

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

 span { border-color: rgb(202,88,249); }

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