Html Css Color HEX #CA53F9 Heliotrope

📋 copy color: '#CA53F9'

red 202 ◦ green 83 ◦ blue 249

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

Shades of Heliotrope #CA53F9

Tints of Heliotrope #CA53F9

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.54%

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

R = 37.83%
G = 15.54%
B = 46.63%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA53F9 (or 0xCA53F9) is known color: Heliotrope. HEX triplet: CA, 53 and F9. RGB value is (202,83,249). Sum of RGB (Red+Green+Blue) = 202+83+249=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 83 (32.81% from 255 or 15.54% from 534); Blue value is 249 (97.66% from 255 or 46.63% from 534); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA53F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA53F9 is #35AC06. Grayscale: #888888. Windows color (decimal): -3517447 or 16339914. OLE color: 16339914.

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

Color convert

RGB 202 83 249 -
CMYK 0.19 0.67 0 0.02
HSL 283.01º 0.93% 0.65% -
HSV(B) 283.01º 0.67% 0.98% -
XYZ 44.55 25.58 92.21 -
YUV 137.51 190.92 174 -
System Red Green Blue C M Y K H S L
Decimal 202 83 249 0.19 0.67 0 0.02 283.01 0.93 0.65
Hex CA 53 F9 13 43 0 2 11B 5D 41
Octal 312 123 371 23 103 0 2 433 135 101
Binary 11001010 1010011 11111001 10011 1000011 0 10 100011011 1011101 1000001

Color Harmonies of #CA53F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA53F9

Black with #CA53F9

Text Example


Text Example

White with #CA53F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA53F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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