Html Css Color HEX #CA5BF9 Heliotrope

📋 copy color: '#CA5BF9'

red 202 ◦ green 91 ◦ blue 249

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

Shades of Heliotrope #CA5BF9

Tints of Heliotrope #CA5BF9

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.79%

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

R = 37.27%
G = 16.79%
B = 45.94%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA5BF9 (or 0xCA5BF9) is known color: Heliotrope. HEX triplet: CA, 5B and F9. RGB value is (202,91,249). Sum of RGB (Red+Green+Blue) = 202+91+249=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 91 (35.94% from 255 or 16.79% from 542); Blue value is 249 (97.66% from 255 or 45.94% from 542); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA5BF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5BF9 is #35A406. Grayscale: #8D8D8D. Windows color (decimal): -3515399 or 16341962. OLE color: 16341962.

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

Color convert

RGB 202 91 249 -
CMYK 0.19 0.63 0 0.02
HSL 282.15º 0.93% 0.67% -
HSV(B) 282.15º 0.63% 0.98% -
XYZ 45.2 26.88 92.43 -
YUV 142.2 188.27 170.65 -
System Red Green Blue C M Y K H S L
Decimal 202 91 249 0.19 0.63 0 0.02 282.15 0.93 0.67
Hex CA 5B F9 13 3F 0 2 11A 5D 43
Octal 312 133 371 23 77 0 2 432 135 103
Binary 11001010 1011011 11111001 10011 111111 0 10 100011010 1011101 1000011

Color Harmonies of #CA5BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5BF9

Black with #CA5BF9

Text Example


Text Example

White with #CA5BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5BF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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