Html Css Color HEX #C473EF Heliotrope

📋 copy color: '#C473EF'

red 196 ◦ green 115 ◦ blue 239

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

Shades of Heliotrope #C473EF

Tints of Heliotrope #C473EF

RGB

 RED value IS 196 (76.95% from 255) = 35.64%

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

 BLUE value IS 239 (93.75% from 255) = 43.45%

R = 35.64%
G = 20.91%
B = 43.45%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C473EF (or 0xC473EF) is known color: Heliotrope. HEX triplet: C4, 73 and EF. RGB value is (196,115,239). Sum of RGB (Red+Green+Blue) = 196+115+239=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 115 (45.31% from 255 or 20.91% from 550); Blue value is 239 (93.75% from 255 or 43.45% from 550); Max value from RGB is 239 - color contains mainly: blue. Hex color #C473EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C473EF is #3B8C10. Grayscale: #989898. Windows color (decimal): -3902481 or 15692740. OLE color: 15692740.

HSL color Cylindrical-coordinate representation of color #C473EF: hue angle of 279.19º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C473EF is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 115 239 -
CMYK 0.18 0.52 0 0.06
HSL 279.19º 0.79% 0.69% -
HSV(B) 279.19º 0.52% 0.94% -
XYZ 44.48 30.23 85.15 -
YUV 153.36 176.34 158.42 -
System Red Green Blue C M Y K H S L
Decimal 196 115 239 0.18 0.52 0 0.06 279.19 0.79 0.69
Hex C4 73 EF 12 34 0 6 117 4F 45
Octal 304 163 357 22 64 0 6 427 117 105
Binary 11000100 1110011 11101111 10010 110100 0 110 100010111 1001111 1000101

Color Harmonies of #C473EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C473EF

Black with #C473EF

Text Example


Text Example

White with #C473EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C473EF; }

 p { color: rgb(196,115,239); }

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

background-color css

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

 a { background-color: rgb(196,115,239); }

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

border-color css

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

 span { border-color: rgb(196,115,239); }

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