#C077C6

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

Shades of Orchid #C077C6

Tints of Orchid #C077C6

Color information

#C077C6 (or 0xC077C6) is unknown color: approx Orchid. HEX triplet: C0, 77 and C6. RGB value is (192,119,198). Sum of RGB (Red+Green+Blue) = 192+119+198=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 198 (77.73% from 255 or 38.90% from 509); Max value from RGB is 198 - color contains mainly: blue. Hex color #C077C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C077C6 is #3F8839. Grayscale: #959595. Windows color (decimal): -4163642 or 13006784. OLE color: 13006784.

HSL color Cylindrical-coordinate representation of color #C077C6: hue angle of 295.44º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C077C6 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB192119198-
CMYK0.030.4000.22
HSL295.44º40.93%62.16%-
HSV(B)295.44º39.9%77.65%-
XYZ38.5328.4856.89-
YUV149.83155.18158.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.72%
GREEN value IS 119 (46.88% from 255) = 23.38%
BLUE value IS 198 (77.73% from 255) = 38.90%
R=37.72%
G=23.38%
B=38.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1921191980.030.4000.22295.4440.9362.16
HexC077C6328016127293e
Octal3001673063500264475176
Binary1100000011101111100011011101000010110100100111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C077C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C077C6; }

 p { color: rgb(192,119,198); }

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

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

 a { background-color: rgb(192,119,198); }

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

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

 span { border-color: rgb(192,119,198); }

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