#C071CF

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

Shades of Medium Orchid #C071CF

Tints of Medium Orchid #C071CF

Color information

#C071CF (or 0xC071CF) is unknown color: approx Medium Orchid. HEX triplet: C0, 71 and CF. RGB value is (192,113,207). Sum of RGB (Red+Green+Blue) = 192+113+207=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #C071CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C071CF is #3F8E30. Grayscale: #939393. Windows color (decimal): -4165169 or 13595072. OLE color: 13595072.

HSL color Cylindrical-coordinate representation of color #C071CF: hue angle of 290.43º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C071CF is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB192113207-
CMYK0.070.4500.19
HSL290.43º49.47%62.75%-
HSV(B)290.43º45.41%81.18%-
XYZ38.9127.5262.29-
YUV147.34161.67159.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.5%
GREEN value IS 113 (44.53% from 255) = 22.07%
BLUE value IS 207 (81.25% from 255) = 40.43%
R=37.5%
G=22.07%
B=40.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1921132070.070.4500.19290.4349.4762.75
HexC071CF72D013122313f
Octal3001613177550234426177
Binary11000000111000111001111111101101010011100100010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C071CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C071CF; }

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

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

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

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

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

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

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

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