#C176C0

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

Shades of Orchid #C176C0

Tints of Orchid #C176C0

Color information

#C176C0 (or 0xC176C0) is unknown color: approx Orchid. HEX triplet: C1, 76 and C0. RGB value is (193,118,192). Sum of RGB (Red+Green+Blue) = 193+118+192=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 118 (46.48% from 255 or 23.46% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 193 - color contains mainly: red. Hex color #C176C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C176C0 is #3E893F. Grayscale: #949494. Windows color (decimal): -4098368 or 12613313. OLE color: 12613313.

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

Color convert

RGB193118192-
CMYK00.390.010.24
HSL300.8º37.69%60.98%-
HSV(B)300.8º38.86%75.69%-
XYZ37.9928.153.29-
YUV148.86152.35159.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.37%
GREEN value IS 118 (46.48% from 255) = 23.46%
BLUE value IS 192 (75.39% from 255) = 38.17%
R=38.37%
G=23.46%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311819200.390.010.24300.837.6960.98
HexC176C002711812d263d
Octal3011663000471304554675
Binary110000011110110110000000100111111000100101101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C176C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C176C0; }

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

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

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

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

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

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

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

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