Html Css Color HEX #C373DF Medium Orchid

📋 copy color: '#C373DF'

red 195 ◦ green 115 ◦ blue 223

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

Shades of Medium Orchid #C373DF

Tints of Medium Orchid #C373DF

RGB

 RED value IS 195 (76.56% from 255) = 36.59%

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

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

R = 36.59%
G = 21.58%
B = 41.84%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C373DF (or 0xC373DF) is known color: Medium Orchid. HEX triplet: C3, 73 and DF. RGB value is (195,115,223). Sum of RGB (Red+Green+Blue) = 195+115+223=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 115 (45.31% from 255 or 21.58% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #C373DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C373DF is #3C8C20. Grayscale: #969696. Windows color (decimal): -3968033 or 14644163. OLE color: 14644163.

HSL color Cylindrical-coordinate representation of color #C373DF: hue angle of 284.44º 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 #C373DF is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 115 223 -
CMYK 0.13 0.48 0 0.13
HSL 284.44º 0.63% 0.66% -
HSV(B) 284.44º 0.48% 0.87% -
XYZ 41.96 29.19 73.24 -
YUV 151.23 168.5 159.22 -
System Red Green Blue C M Y K H S L
Decimal 195 115 223 0.13 0.48 0 0.13 284.44 0.63 0.66
Hex C3 73 DF D 30 0 D 11C 3F 42
Octal 303 163 337 15 60 0 15 434 77 102
Binary 11000011 1110011 11011111 1101 110000 0 1101 100011100 111111 1000010

Color Harmonies of #C373DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C373DF

Black with #C373DF

Text Example


Text Example

White with #C373DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C373DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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