Html Css Color HEX #CA73EB Heliotrope

📋 copy color: '#CA73EB'

red 202 ◦ green 115 ◦ blue 235

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

Shades of Heliotrope #CA73EB

Tints of Heliotrope #CA73EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.57%

R = 36.59%
G = 20.83%
B = 42.57%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA73EB (or 0xCA73EB) is known color: Heliotrope. HEX triplet: CA, 73 and EB. RGB value is (202,115,235). Sum of RGB (Red+Green+Blue) = 202+115+235=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 115 (45.31% from 255 or 20.83% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA73EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA73EB is #358C14. Grayscale: #9A9A9A. Windows color (decimal): -3509269 or 15430602. OLE color: 15430602.

HSL color Cylindrical-coordinate representation of color #CA73EB: hue angle of 283.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA73EB is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 115 235 -
CMYK 0.14 0.51 0 0.08
HSL 283.5º 0.75% 0.69% -
HSV(B) 283.5º 0.51% 0.92% -
XYZ 45.48 30.82 82.15 -
YUV 154.69 173.32 161.74 -
System Red Green Blue C M Y K H S L
Decimal 202 115 235 0.14 0.51 0 0.08 283.5 0.75 0.69
Hex CA 73 EB E 33 0 8 11C 4B 45
Octal 312 163 353 16 63 0 10 434 113 105
Binary 11001010 1110011 11101011 1110 110011 0 1000 100011100 1001011 1000101

Color Harmonies of #CA73EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA73EB

Black with #CA73EB

Text Example


Text Example

White with #CA73EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA73EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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