#C051CD

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

Shades of Medium Orchid #C051CD

Tints of Medium Orchid #C051CD

Color information

#C051CD (or 0xC051CD) is unknown color: approx Medium Orchid. HEX triplet: C0, 51 and CD. RGB value is (192,81,205). Sum of RGB (Red+Green+Blue) = 192+81+205=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 81 (32.03% from 255 or 16.95% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #C051CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C051CD is #3FAE32. Grayscale: #7F7F7F. Windows color (decimal): -4173363 or 13455808. OLE color: 13455808.

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

Color convert

RGB19281205-
CMYK0.060.6000.20
HSL293.71º55.36%56.08%-
HSV(B)293.71º60.49%80.39%-
XYZ35.721.560.03-
YUV128.32171.27173.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.17%
GREEN value IS 81 (32.03% from 255) = 16.95%
BLUE value IS 205 (80.47% from 255) = 42.89%
R=40.17%
G=16.95%
B=42.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal192812050.060.6000.20293.7155.3656.08
HexC051CD63C0141263738
Octal3001213156740244466770
Binary11000000101000111001101110111100010100100100110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C051CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C051CD; }

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

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

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

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

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

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

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

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