Html Css Color HEX #C473DF Medium Orchid

📋 copy color: '#C473DF'

red 196 ◦ green 115 ◦ blue 223

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

Shades of Medium Orchid #C473DF

Tints of Medium Orchid #C473DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.76%

R = 36.7%
G = 21.54%
B = 41.76%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C473DF (or 0xC473DF) is known color: Medium Orchid. HEX triplet: C4, 73 and DF. RGB value is (196,115,223). Sum of RGB (Red+Green+Blue) = 196+115+223=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 115 (45.31% from 255 or 21.54% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #C473DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C473DF is #3B8C20. Grayscale: #979797. Windows color (decimal): -3902497 or 14644164. OLE color: 14644164.

HSL color Cylindrical-coordinate representation of color #C473DF: hue angle of 285º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C473DF is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 115 223 -
CMYK 0.12 0.48 0 0.13
HSL 285º 0.63% 0.66% -
HSV(B) 285º 0.48% 0.87% -
XYZ 42.21 29.32 73.25 -
YUV 151.53 168.34 159.72 -
System Red Green Blue C M Y K H S L
Decimal 196 115 223 0.12 0.48 0 0.13 285 0.63 0.66
Hex C4 73 DF C 30 0 D 11D 3F 42
Octal 304 163 337 14 60 0 15 435 77 102
Binary 11000100 1110011 11011111 1100 110000 0 1101 100011101 111111 1000010

Color Harmonies of #C473DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C473DF

Black with #C473DF

Text Example


Text Example

White with #C473DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C473DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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