Html Css Color HEX #CA57F9 Heliotrope

📋 copy color: '#CA57F9'

red 202 ◦ green 87 ◦ blue 249

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

Shades of Heliotrope #CA57F9

Tints of Heliotrope #CA57F9

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.17%

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

R = 37.55%
G = 16.17%
B = 46.28%

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

#CA57F9 (or 0xCA57F9) is known color: Heliotrope. HEX triplet: CA, 57 and F9. RGB value is (202,87,249). Sum of RGB (Red+Green+Blue) = 202+87+249=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 87 (34.38% from 255 or 16.17% from 538); Blue value is 249 (97.66% from 255 or 46.28% from 538); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA57F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA57F9 is #35A806. Grayscale: #8B8B8B. Windows color (decimal): -3516423 or 16340938. OLE color: 16340938.

HSL color Cylindrical-coordinate representation of color #CA57F9: hue angle of 282.59º 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 #CA57F9 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 87 249 -
CMYK 0.19 0.65 0 0.02
HSL 282.59º 0.93% 0.66% -
HSV(B) 282.59º 0.65% 0.98% -
XYZ 44.86 26.21 92.32 -
YUV 139.85 189.6 172.33 -
System Red Green Blue C M Y K H S L
Decimal 202 87 249 0.19 0.65 0 0.02 282.59 0.93 0.66
Hex CA 57 F9 13 41 0 2 11B 5D 42
Octal 312 127 371 23 101 0 2 433 135 102
Binary 11001010 1010111 11111001 10011 1000001 0 10 100011011 1011101 1000010

Color Harmonies of #CA57F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA57F9

Black with #CA57F9

Text Example


Text Example

White with #CA57F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA57F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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