#C071CD

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

Shades of Medium Orchid #C071CD

Tints of Medium Orchid #C071CD

Color information

#C071CD (or 0xC071CD) is unknown color: approx Medium Orchid. HEX triplet: C0, 71 and CD. RGB value is (192,113,205). Sum of RGB (Red+Green+Blue) = 192+113+205=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #C071CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C071CD is #3F8E32. Grayscale: #929292. Windows color (decimal): -4165171 or 13464000. OLE color: 13464000.

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

Color convert

RGB192113205-
CMYK0.060.4500.20
HSL291.52º47.92%62.35%-
HSV(B)291.52º44.88%80.39%-
XYZ38.6627.4261.01-
YUV147.11160.67160.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.65%
GREEN value IS 113 (44.53% from 255) = 22.16%
BLUE value IS 205 (80.47% from 255) = 40.20%
R=37.65%
G=22.16%
B=40.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921132050.060.4500.20291.5247.9262.35
HexC071CD62D014124303e
Octal3001613156550244446076
Binary11000000111000111001101110101101010100100100100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C071CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C071CD; }

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

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

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

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

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

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

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

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