#C077C1

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

Shades of Orchid #C077C1

Tints of Orchid #C077C1

Color information

#C077C1 (or 0xC077C1) is unknown color: approx Orchid. HEX triplet: C0, 77 and C1. RGB value is (192,119,193). Sum of RGB (Red+Green+Blue) = 192+119+193=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 193 - color contains mainly: blue. Hex color #C077C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C077C1 is #3F883E. Grayscale: #959595. Windows color (decimal): -4163647 or 12679104. OLE color: 12679104.

HSL color Cylindrical-coordinate representation of color #C077C1: hue angle of 299.19º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C077C1 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB192119193-
CMYK0.010.3800.24
HSL299.19º37.37%61.18%-
HSV(B)299.19º38.34%75.69%-
XYZ37.9628.2553.9-
YUV149.26152.68158.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.10%
GREEN value IS 119 (46.88% from 255) = 23.61%
BLUE value IS 193 (75.78% from 255) = 38.29%
R=38.10%
G=23.61%
B=38.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921191930.010.3800.24299.1937.3761.18
HexC077C112601812b253d
Octal3001673011460304534575
Binary110000001110111110000011100110011000100101011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C077C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C077C1; }

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

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

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

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

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

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

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

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