Html Css Color HEX #CA5CF9 Heliotrope

📋 copy color: '#CA5CF9'

red 202 ◦ green 92 ◦ blue 249

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

Shades of Heliotrope #CA5CF9

Tints of Heliotrope #CA5CF9

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.94%

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

R = 37.2%
G = 16.94%
B = 45.86%

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

#CA5CF9 (or 0xCA5CF9) is known color: Heliotrope. HEX triplet: CA, 5C and F9. RGB value is (202,92,249). Sum of RGB (Red+Green+Blue) = 202+92+249=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 92 (36.33% from 255 or 16.94% from 543); Blue value is 249 (97.66% from 255 or 45.86% from 543); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA5CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5CF9 is #35A306. Grayscale: #8E8E8E. Windows color (decimal): -3515143 or 16342218. OLE color: 16342218.

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

Color convert

RGB 202 92 249 -
CMYK 0.19 0.63 0 0.02
HSL 282.04º 0.93% 0.67% -
HSV(B) 282.04º 0.63% 0.98% -
XYZ 45.28 27.05 92.46 -
YUV 142.79 187.94 170.23 -
System Red Green Blue C M Y K H S L
Decimal 202 92 249 0.19 0.63 0 0.02 282.04 0.93 0.67
Hex CA 5C F9 13 3F 0 2 11A 5D 43
Octal 312 134 371 23 77 0 2 432 135 103
Binary 11001010 1011100 11111001 10011 111111 0 10 100011010 1011101 1000011

Color Harmonies of #CA5CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5CF9

Black with #CA5CF9

Text Example


Text Example

White with #CA5CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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