#C05BCB

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

Shades of Medium Orchid #C05BCB

Tints of Medium Orchid #C05BCB

Color information

#C05BCB (or 0xC05BCB) is unknown color: approx Medium Orchid. HEX triplet: C0, 5B and CB. RGB value is (192,91,203). Sum of RGB (Red+Green+Blue) = 192+91+203=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 91 (35.94% from 255 or 18.72% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #C05BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05BCB is #3FA434. Grayscale: #858585. Windows color (decimal): -4170805 or 13327296. OLE color: 13327296.

HSL color Cylindrical-coordinate representation of color #C05BCB: hue angle of 294.11º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C05BCB is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19291203-
CMYK0.050.5500.20
HSL294.11º51.85%57.65%-
HSV(B)294.11º55.17%79.61%-
XYZ36.262359.03-
YUV133.97166.96169.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.51%
GREEN value IS 91 (35.94% from 255) = 18.72%
BLUE value IS 203 (79.69% from 255) = 41.77%
R=39.51%
G=18.72%
B=41.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal192912030.050.5500.20294.1151.8557.65
HexC05BCB537014126343a
Octal3001333135670244466472
Binary11000000101101111001011101110111010100100100110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05BCB; }

 p { color: rgb(192,91,203); }

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

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

 a { background-color: rgb(192,91,203); }

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

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

 span { border-color: rgb(192,91,203); }

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