#C071CB

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

Shades of Medium Orchid #C071CB

Tints of Medium Orchid #C071CB

Color information

#C071CB (or 0xC071CB) is unknown color: approx Medium Orchid. HEX triplet: C0, 71 and CB. RGB value is (192,113,203). Sum of RGB (Red+Green+Blue) = 192+113+203=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #C071CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C071CB is #3F8E34. Grayscale: #929292. Windows color (decimal): -4165173 or 13332928. OLE color: 13332928.

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

Color convert

RGB192113203-
CMYK0.050.4400.20
HSL292.67º46.39%61.96%-
HSV(B)292.67º44.33%79.61%-
XYZ38.4227.3359.75-
YUV146.88159.67160.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.80%
GREEN value IS 113 (44.53% from 255) = 22.24%
BLUE value IS 203 (79.69% from 255) = 39.96%
R=37.80%
G=22.24%
B=39.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921132030.050.4400.20292.6746.3961.96
HexC071CB52C0141252e3e
Octal3001613135540244455676
Binary11000000111000111001011101101100010100100100101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C071CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C071CB; }

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

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

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

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

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

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

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

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