Html Css Color HEX #CA73F2 Heliotrope

📋 copy color: '#CA73F2'

red 202 ◦ green 115 ◦ blue 242

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

Shades of Heliotrope #CA73F2

Tints of Heliotrope #CA73F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.29%

R = 36.14%
G = 20.57%
B = 43.29%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CA73F2 (or 0xCA73F2) is known color: Heliotrope. HEX triplet: CA, 73 and F2. RGB value is (202,115,242). Sum of RGB (Red+Green+Blue) = 202+115+242=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 115 (45.31% from 255 or 20.57% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 242 - color contains mainly: blue. Hex color #CA73F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA73F2 is #358C0D. Grayscale: #9B9B9B. Windows color (decimal): -3509262 or 15889354. OLE color: 15889354.

HSL color Cylindrical-coordinate representation of color #CA73F2: hue angle of 281.1º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA73F2 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 115 242 -
CMYK 0.17 0.52 0 0.05
HSL 281.1º 0.83% 0.7% -
HSV(B) 281.1º 0.52% 0.95% -
XYZ 46.51 31.23 87.58 -
YUV 155.49 176.82 161.17 -
System Red Green Blue C M Y K H S L
Decimal 202 115 242 0.17 0.52 0 0.05 281.1 0.83 0.7
Hex CA 73 F2 11 34 0 5 119 53 46
Octal 312 163 362 21 64 0 5 431 123 106
Binary 11001010 1110011 11110010 10001 110100 0 101 100011001 1010011 1000110

Color Harmonies of #CA73F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA73F2

Black with #CA73F2

Text Example


Text Example

White with #CA73F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA73F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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