#C050CD

Color #C050CD Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C050CD

Tints of Medium Orchid #C050CD

Color information

#C050CD (or 0xC050CD) is unknown color: approx Medium Orchid. HEX triplet: C0, 50 and CD. RGB value is (192,80,205). Sum of RGB (Red+Green+Blue) = 192+80+205=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 80 (31.64% from 255 or 16.77% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #C050CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C050CD is #3FAF32. Grayscale: #7F7F7F. Windows color (decimal): -4173619 or 13455552. OLE color: 13455552.

HSL color Cylindrical-coordinate representation of color #C050CD: hue angle of 293.76º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C050CD is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19280205-
CMYK0.060.6100.20
HSL293.76º55.56%55.88%-
HSV(B)293.76º60.98%80.39%-
XYZ35.6321.3560-
YUV127.74171.61173.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.25%
GREEN value IS 80 (31.64% from 255) = 16.77%
BLUE value IS 205 (80.47% from 255) = 42.98%
R=40.25%
G=16.77%
B=42.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal192802050.060.6100.20293.7655.5655.88
HexC050CD63D0141263838
Octal3001203156750244467070
Binary11000000101000011001101110111101010100100100110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C050CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C050CD; }

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

 H1.HeaderClassName
 {
   color: #C050CD;
 }
 .AnyTagClassName
 {
   color: #C050CD;
 }
</style>
background-color css

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

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

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

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

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

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