Html Css Color HEX #CA73F9 Heliotrope

📋 copy color: '#CA73F9'

red 202 ◦ green 115 ◦ blue 249

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

Shades of Heliotrope #CA73F9

Tints of Heliotrope #CA73F9

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.32%

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

R = 35.69%
G = 20.32%
B = 43.99%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA73F9 (or 0xCA73F9) is known color: Heliotrope. HEX triplet: CA, 73 and F9. RGB value is (202,115,249). Sum of RGB (Red+Green+Blue) = 202+115+249=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 115 (45.31% from 255 or 20.32% from 566); Blue value is 249 (97.66% from 255 or 43.99% from 566); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA73F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA73F9 is #358C06. Grayscale: #9B9B9B. Windows color (decimal): -3509255 or 16348106. OLE color: 16348106.

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

Color convert

RGB 202 115 249 -
CMYK 0.19 0.54 0 0.02
HSL 278.96º 0.92% 0.71% -
HSV(B) 278.96º 0.54% 0.98% -
XYZ 47.59 31.66 93.22 -
YUV 156.29 180.32 160.6 -
System Red Green Blue C M Y K H S L
Decimal 202 115 249 0.19 0.54 0 0.02 278.96 0.92 0.71
Hex CA 73 F9 13 36 0 2 117 5C 47
Octal 312 163 371 23 66 0 2 427 134 107
Binary 11001010 1110011 11111001 10011 110110 0 10 100010111 1011100 1000111

Color Harmonies of #CA73F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA73F9

Black with #CA73F9

Text Example


Text Example

White with #CA73F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA73F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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