Html Css Color HEX #C473FF Heliotrope

📋 copy color: '#C473FF'

red 196 ◦ green 115 ◦ blue 255

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

Shades of Heliotrope #C473FF

Tints of Heliotrope #C473FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.05%

R = 34.63%
G = 20.32%
B = 45.05%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C473FF (or 0xC473FF) is known color: Heliotrope. HEX triplet: C4, 73 and FF. RGB value is (196,115,255). Sum of RGB (Red+Green+Blue) = 196+115+255=566 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.63% from 566); Green value is 115 (45.31% from 255 or 20.32% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #C473FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C473FF is #3B8C00. Grayscale: #9A9A9A. Windows color (decimal): -3902465 or 16741316. OLE color: 16741316.

HSL color Cylindrical-coordinate representation of color #C473FF: hue angle of 274.71º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C473FF is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 196 115 255 -
CMYK 0.23 0.55 0 0
HSL 274.71º 1% 0.73% -
HSV(B) 274.71º 0.55% 1% -
XYZ 46.95 31.22 98.16 -
YUV 155.18 184.34 157.12 -
System Red Green Blue C M Y K H S L
Decimal 196 115 255 0.23 0.55 0 0 274.71 1 0.73
Hex C4 73 FF 17 37 0 0 113 64 49
Octal 304 163 377 27 67 0 0 423 144 111
Binary 11000100 1110011 11111111 10111 110111 0 0 100010011 1100100 1001001

Color Harmonies of #C473FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C473FF

Black with #C473FF

Text Example


Text Example

White with #C473FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C473FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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