#C178BD

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

Shades of Orchid #C178BD

Tints of Orchid #C178BD

Color information

#C178BD (or 0xC178BD) is unknown color: approx Orchid. HEX triplet: C1, 78 and BD. RGB value is (193,120,189). Sum of RGB (Red+Green+Blue) = 193+120+189=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 193 - color contains mainly: red. Hex color #C178BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C178BD is #3E8742. Grayscale: #959595. Windows color (decimal): -4097859 or 12417217. OLE color: 12417217.

HSL color Cylindrical-coordinate representation of color #C178BD: hue angle of 303.29º 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 #C178BD is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB193120189-
CMYK00.380.020.24
HSL303.29º37.06%61.37%-
HSV(B)303.29º37.82%75.69%-
XYZ37.8928.4451.64-
YUV149.69150.18158.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.45%
GREEN value IS 120 (47.27% from 255) = 23.90%
BLUE value IS 189 (74.22% from 255) = 37.65%
R=38.45%
G=23.90%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312018900.380.020.24303.2937.0661.37
HexC178BD02621812f253d
Octal3011702750462304574575
Binary1100000111110001011110101001101011000100101111100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C178BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C178BD; }

 p { color: rgb(193,120,189); }

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

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

 a { background-color: rgb(193,120,189); }

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

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

 span { border-color: rgb(193,120,189); }

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