Html Css Color HEX #C073E9 Heliotrope

📋 copy color: '#C073E9'

red 192 ◦ green 115 ◦ blue 233

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

Shades of Heliotrope #C073E9

Tints of Heliotrope #C073E9

RGB

 RED value IS 192 (75.39% from 255) = 35.56%

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

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

R = 35.56%
G = 21.3%
B = 43.15%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C073E9 (or 0xC073E9) is known color: Heliotrope. HEX triplet: C0, 73 and E9. RGB value is (192,115,233). Sum of RGB (Red+Green+Blue) = 192+115+233=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 115 (45.31% from 255 or 21.30% from 540); Blue value is 233 (91.41% from 255 or 43.15% from 540); Max value from RGB is 233 - color contains mainly: blue. Hex color #C073E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C073E9 is #3F8C16. Grayscale: #979797. Windows color (decimal): -4164631 or 15299520. OLE color: 15299520.

HSL color Cylindrical-coordinate representation of color #C073E9: hue angle of 279.15º 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 #C073E9 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 115 233 -
CMYK 0.18 0.51 0 0.09
HSL 279.15º 0.73% 0.68% -
HSV(B) 279.15º 0.51% 0.91% -
XYZ 42.58 29.35 80.51 -
YUV 151.48 174.01 156.91 -
System Red Green Blue C M Y K H S L
Decimal 192 115 233 0.18 0.51 0 0.09 279.15 0.73 0.68
Hex C0 73 E9 12 33 0 9 117 49 44
Octal 300 163 351 22 63 0 11 427 111 104
Binary 11000000 1110011 11101001 10010 110011 0 1001 100010111 1001001 1000100

Color Harmonies of #C073E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C073E9

Black with #C073E9

Text Example


Text Example

White with #C073E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C073E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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