#C076D7

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

Shades of Medium Orchid #C076D7

Tints of Medium Orchid #C076D7

Color information

#C076D7 (or 0xC076D7) is unknown color: approx Medium Orchid. HEX triplet: C0, 76 and D7. RGB value is (192,118,215). Sum of RGB (Red+Green+Blue) = 192+118+215=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 118 (46.48% from 255 or 22.48% from 525); Blue value is 215 (84.38% from 255 or 40.95% from 525); Max value from RGB is 215 - color contains mainly: blue. Hex color #C076D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C076D7 is #3F8928. Grayscale: #969696. Windows color (decimal): -4163881 or 14120640. OLE color: 14120640.

HSL color Cylindrical-coordinate representation of color #C076D7: hue angle of 285.77º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C076D7 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB192118215-
CMYK0.110.4500.16
HSL285.77º54.8%65.29%-
HSV(B)285.77º45.12%84.31%-
XYZ40.4829.0767.77-
YUV151.18164.02157.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.57%
GREEN value IS 118 (46.48% from 255) = 22.48%
BLUE value IS 215 (84.38% from 255) = 40.95%
R=36.57%
G=22.48%
B=40.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1921182150.110.4500.16285.7754.865.29
HexC076D7B2D01011e3741
Octal300166327135502043667101
Binary1100000011101101101011110111011010100001000111101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C076D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C076D7; }

 p { color: rgb(192,118,215); }

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

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

 a { background-color: rgb(192,118,215); }

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

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

 span { border-color: rgb(192,118,215); }

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