Html Css Color HEX #C050D8 Medium Orchid

📋 copy color: '#C050D8'

red 192 ◦ green 80 ◦ blue 216

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

Shades of Medium Orchid #C050D8

Tints of Medium Orchid #C050D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.26%

R = 39.34%
G = 16.39%
B = 44.26%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C050D8 (or 0xC050D8) is known color: Medium Orchid. HEX triplet: C0, 50 and D8. RGB value is (192,80,216). Sum of RGB (Red+Green+Blue) = 192+80+216=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 80 (31.64% from 255 or 16.39% from 488); Blue value is 216 (84.77% from 255 or 44.26% from 488); Max value from RGB is 216 - color contains mainly: blue. Hex color #C050D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C050D8 is #3FAF27. Grayscale: #808080. Windows color (decimal): -4173608 or 14176448. OLE color: 14176448.

HSL color Cylindrical-coordinate representation of color #C050D8: hue angle of 289.41º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C050D8 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 80 216 -
CMYK 0.11 0.63 0 0.15
HSL 289.41º 0.64% 0.58% -
HSV(B) 289.41º 0.63% 0.85% -
XYZ 37 21.9 67.24 -
YUV 128.99 177.11 172.94 -
System Red Green Blue C M Y K H S L
Decimal 192 80 216 0.11 0.63 0 0.15 289.41 0.64 0.58
Hex C0 50 D8 B 3F 0 F 121 40 3A
Octal 300 120 330 13 77 0 17 441 100 72
Binary 11000000 1010000 11011000 1011 111111 0 1111 100100001 1000000 111010

Color Harmonies of #C050D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C050D8

Black with #C050D8

Text Example


Text Example

White with #C050D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C050D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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