#C177CB

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

Shades of Orchid #C177CB

Tints of Orchid #C177CB

Color information

#C177CB (or 0xC177CB) is unknown color: approx Orchid. HEX triplet: C1, 77 and CB. RGB value is (193,119,203). Sum of RGB (Red+Green+Blue) = 193+119+203=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 119 (46.88% from 255 or 23.11% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #C177CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C177CB is #3E8834. Grayscale: #969696. Windows color (decimal): -4098101 or 13334465. OLE color: 13334465.

HSL color Cylindrical-coordinate representation of color #C177CB: hue angle of 292.86º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C177CB is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB193119203-
CMYK0.050.4100.20
HSL292.86º44.68%63.14%-
HSV(B)292.86º41.38%79.61%-
XYZ39.3728.8459.99-
YUV150.7157.52158.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.48%
GREEN value IS 119 (46.88% from 255) = 23.11%
BLUE value IS 203 (79.69% from 255) = 39.42%
R=37.48%
G=23.11%
B=39.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931192030.050.4100.20292.8644.6863.14
HexC177CB5290141252d3f
Octal3011673135510244455577
Binary11000001111011111001011101101001010100100100101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C177CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C177CB; }

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

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

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

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

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

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

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

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