Html Css Color HEX #C473FD Heliotrope

📋 copy color: '#C473FD'

red 196 ◦ green 115 ◦ blue 253

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

Shades of Heliotrope #C473FD

Tints of Heliotrope #C473FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.86%

R = 34.75%
G = 20.39%
B = 44.86%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C473FD (or 0xC473FD) is known color: Heliotrope. HEX triplet: C4, 73 and FD. RGB value is (196,115,253). Sum of RGB (Red+Green+Blue) = 196+115+253=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 115 (45.31% from 255 or 20.39% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #C473FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C473FD is #3B8C02. Grayscale: #9A9A9A. Windows color (decimal): -3902467 or 16610244. OLE color: 16610244.

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

Color convert

RGB 196 115 253 -
CMYK 0.23 0.55 0 0.01
HSL 275.22º 0.97% 0.72% -
HSV(B) 275.22º 0.55% 0.99% -
XYZ 46.63 31.09 96.47 -
YUV 154.95 183.34 157.28 -
System Red Green Blue C M Y K H S L
Decimal 196 115 253 0.23 0.55 0 0.01 275.22 0.97 0.72
Hex C4 73 FD 17 37 0 1 113 61 48
Octal 304 163 375 27 67 0 1 423 141 110
Binary 11000100 1110011 11111101 10111 110111 0 1 100010011 1100001 1001000

Color Harmonies of #C473FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C473FD

Black with #C473FD

Text Example


Text Example

White with #C473FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C473FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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