Html Css Color HEX #CA73E8 Heliotrope

📋 copy color: '#CA73E8'

red 202 ◦ green 115 ◦ blue 232

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

Shades of Heliotrope #CA73E8

Tints of Heliotrope #CA73E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 42.26%

R = 36.79%
G = 20.95%
B = 42.26%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CA73E8 (or 0xCA73E8) is known color: Heliotrope. HEX triplet: CA, 73 and E8. RGB value is (202,115,232). Sum of RGB (Red+Green+Blue) = 202+115+232=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 115 (45.31% from 255 or 20.95% from 549); Blue value is 232 (91.02% from 255 or 42.26% from 549); Max value from RGB is 232 - color contains mainly: blue. Hex color #CA73E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA73E8 is #358C17. Grayscale: #999999. Windows color (decimal): -3509272 or 15233994. OLE color: 15233994.

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

Color convert

RGB 202 115 232 -
CMYK 0.13 0.50 0 0.09
HSL 284.62º 0.72% 0.68% -
HSV(B) 284.62º 0.5% 0.91% -
XYZ 45.05 30.64 79.88 -
YUV 154.35 171.82 161.99 -
System Red Green Blue C M Y K H S L
Decimal 202 115 232 0.13 0.50 0 0.09 284.62 0.72 0.68
Hex CA 73 E8 D 32 0 9 11D 48 44
Octal 312 163 350 15 62 0 11 435 110 104
Binary 11001010 1110011 11101000 1101 110010 0 1001 100011101 1001000 1000100

Color Harmonies of #CA73E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA73E8

Black with #CA73E8

Text Example


Text Example

White with #CA73E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA73E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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