Html Css Color HEX #C050E1 Medium Orchid

📋 copy color: '#C050E1'

red 192 ◦ green 80 ◦ blue 225

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

Shades of Medium Orchid #C050E1

Tints of Medium Orchid #C050E1

RGB

 RED value IS 192 (75.39% from 255) = 38.63%

 GREEN value IS 80 (31.64% from 255) = 16.1%

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

R = 38.63%
G = 16.1%
B = 45.27%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C050E1 (or 0xC050E1) is known color: Medium Orchid. HEX triplet: C0, 50 and E1. RGB value is (192,80,225). Sum of RGB (Red+Green+Blue) = 192+80+225=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 225 (88.28% from 255 or 45.27% from 497); Max value from RGB is 225 - color contains mainly: blue. Hex color #C050E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C050E1 is #3FAF1E. Grayscale: #818181. Windows color (decimal): -4173599 or 14766272. OLE color: 14766272.

HSL color Cylindrical-coordinate representation of color #C050E1: hue angle of 286.34º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C050E1 is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 80 225 -
CMYK 0.15 0.64 0 0.12
HSL 286.34º 0.71% 0.6% -
HSV(B) 286.34º 0.64% 0.88% -
XYZ 38.2 22.38 73.54 -
YUV 130.02 181.61 172.21 -
System Red Green Blue C M Y K H S L
Decimal 192 80 225 0.15 0.64 0 0.12 286.34 0.71 0.6
Hex C0 50 E1 F 40 0 C 11E 47 3C
Octal 300 120 341 17 100 0 14 436 107 74
Binary 11000000 1010000 11100001 1111 1000000 0 1100 100011110 1000111 111100

Color Harmonies of #C050E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C050E1

Black with #C050E1

Text Example


Text Example

White with #C050E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C050E1; }

 p { color: rgb(192,80,225); }

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

background-color css

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

 a { background-color: rgb(192,80,225); }

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

border-color css

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

 span { border-color: rgb(192,80,225); }

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