Html Css Color HEX #CA73E9 Heliotrope

📋 copy color: '#CA73E9'

red 202 ◦ green 115 ◦ blue 233

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

Shades of Heliotrope #CA73E9

Tints of Heliotrope #CA73E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 42.36%

R = 36.73%
G = 20.91%
B = 42.36%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CA73E9 (or 0xCA73E9) is known color: Heliotrope. HEX triplet: CA, 73 and E9. RGB value is (202,115,233). Sum of RGB (Red+Green+Blue) = 202+115+233=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 115 (45.31% from 255 or 20.91% from 550); Blue value is 233 (91.41% from 255 or 42.36% from 550); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA73E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA73E9 is #358C16. Grayscale: #9A9A9A. Windows color (decimal): -3509271 or 15299530. OLE color: 15299530.

HSL color Cylindrical-coordinate representation of color #CA73E9: hue angle of 284.24º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA73E9 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 115 233 -
CMYK 0.13 0.51 0 0.09
HSL 284.24º 0.73% 0.68% -
HSV(B) 284.24º 0.51% 0.91% -
XYZ 45.2 30.7 80.63 -
YUV 154.47 172.32 161.91 -
System Red Green Blue C M Y K H S L
Decimal 202 115 233 0.13 0.51 0 0.09 284.24 0.73 0.68
Hex CA 73 E9 D 33 0 9 11C 49 44
Octal 312 163 351 15 63 0 11 434 111 104
Binary 11001010 1110011 11101001 1101 110011 0 1001 100011100 1001001 1000100

Color Harmonies of #CA73E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA73E9

Black with #CA73E9

Text Example


Text Example

White with #CA73E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA73E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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