Html Css Color HEX #C370E1 Medium Orchid

📋 copy color: '#C370E1'

red 195 ◦ green 112 ◦ blue 225

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

Shades of Medium Orchid #C370E1

Tints of Medium Orchid #C370E1

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.05%

 BLUE value IS 225 (88.28% from 255) = 42.29%

R = 36.65%
G = 21.05%
B = 42.29%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C370E1 (or 0xC370E1) is known color: Medium Orchid. HEX triplet: C3, 70 and E1. RGB value is (195,112,225). Sum of RGB (Red+Green+Blue) = 195+112+225=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 112 (44.14% from 255 or 21.05% from 532); Blue value is 225 (88.28% from 255 or 42.29% from 532); Max value from RGB is 225 - color contains mainly: blue. Hex color #C370E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C370E1 is #3C8F1E. Grayscale: #959595. Windows color (decimal): -3968799 or 14774467. OLE color: 14774467.

HSL color Cylindrical-coordinate representation of color #C370E1: hue angle of 284.07º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C370E1 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 195 112 225 -
CMYK 0.13 0.50 0 0.12
HSL 284.07º 0.65% 0.66% -
HSV(B) 284.07º 0.5% 0.88% -
XYZ 41.89 28.63 74.55 -
YUV 149.7 170.5 160.31 -
System Red Green Blue C M Y K H S L
Decimal 195 112 225 0.13 0.50 0 0.12 284.07 0.65 0.66
Hex C3 70 E1 D 32 0 C 11C 41 42
Octal 303 160 341 15 62 0 14 434 101 102
Binary 11000011 1110000 11100001 1101 110010 0 1100 100011100 1000001 1000010

Color Harmonies of #C370E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C370E1

Black with #C370E1

Text Example


Text Example

White with #C370E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C370E1; }

 p { color: rgb(195,112,225); }

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

background-color css

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

 a { background-color: rgb(195,112,225); }

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

border-color css

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

 span { border-color: rgb(195,112,225); }

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