Html Css Color HEX #CA73FA Heliotrope

📋 copy color: '#CA73FA'

red 202 ◦ green 115 ◦ blue 250

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

Shades of Heliotrope #CA73FA

Tints of Heliotrope #CA73FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.09%

R = 35.63%
G = 20.28%
B = 44.09%

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

#CA73FA (or 0xCA73FA) is known color: Heliotrope. HEX triplet: CA, 73 and FA. RGB value is (202,115,250). Sum of RGB (Red+Green+Blue) = 202+115+250=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 115 (45.31% from 255 or 20.28% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA73FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA73FA is #358C05. Grayscale: #9B9B9B. Windows color (decimal): -3509254 or 16413642. OLE color: 16413642.

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

Color convert

RGB 202 115 250 -
CMYK 0.19 0.54 0 0.02
HSL 278.67º 0.93% 0.72% -
HSV(B) 278.67º 0.54% 0.98% -
XYZ 47.74 31.72 94.05 -
YUV 156.4 180.82 160.52 -
System Red Green Blue C M Y K H S L
Decimal 202 115 250 0.19 0.54 0 0.02 278.67 0.93 0.72
Hex CA 73 FA 13 36 0 2 117 5D 48
Octal 312 163 372 23 66 0 2 427 135 110
Binary 11001010 1110011 11111010 10011 110110 0 10 100010111 1011101 1001000

Color Harmonies of #CA73FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA73FA

Black with #CA73FA

Text Example


Text Example

White with #CA73FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA73FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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