Html Css Color HEX #CA73F7 Heliotrope

📋 copy color: '#CA73F7'

red 202 ◦ green 115 ◦ blue 247

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

Shades of Heliotrope #CA73F7

Tints of Heliotrope #CA73F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 43.79%

R = 35.82%
G = 20.39%
B = 43.79%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CA73F7 (or 0xCA73F7) is known color: Heliotrope. HEX triplet: CA, 73 and F7. RGB value is (202,115,247). Sum of RGB (Red+Green+Blue) = 202+115+247=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 115 (45.31% from 255 or 20.39% from 564); Blue value is 247 (96.88% from 255 or 43.79% from 564); Max value from RGB is 247 - color contains mainly: blue. Hex color #CA73F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA73F7 is #358C08. Grayscale: #9B9B9B. Windows color (decimal): -3509257 or 16217034. OLE color: 16217034.

HSL color Cylindrical-coordinate representation of color #CA73F7: hue angle of 279.55º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA73F7 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 115 247 -
CMYK 0.18 0.53 0 0.03
HSL 279.55º 0.89% 0.71% -
HSV(B) 279.55º 0.53% 0.97% -
XYZ 47.28 31.53 91.59 -
YUV 156.06 179.32 160.77 -
System Red Green Blue C M Y K H S L
Decimal 202 115 247 0.18 0.53 0 0.03 279.55 0.89 0.71
Hex CA 73 F7 12 35 0 3 118 59 47
Octal 312 163 367 22 65 0 3 430 131 107
Binary 11001010 1110011 11110111 10010 110101 0 11 100011000 1011001 1000111

Color Harmonies of #CA73F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA73F7

Black with #CA73F7

Text Example


Text Example

White with #CA73F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA73F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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