#C180C5

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

Shades of Orchid #C180C5

Tints of Orchid #C180C5

Color information

#C180C5 (or 0xC180C5) is unknown color: approx Orchid. HEX triplet: C1, 80 and C5. RGB value is (193,128,197). Sum of RGB (Red+Green+Blue) = 193+128+197=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 197 (77.34% from 255 or 38.03% from 518); Max value from RGB is 197 - color contains mainly: blue. Hex color #C180C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C180C5 is #3E7F3A. Grayscale: #9B9B9B. Windows color (decimal): -4095803 or 12943553. OLE color: 12943553.

HSL color Cylindrical-coordinate representation of color #C180C5: hue angle of 296.52º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C180C5 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB193128197-
CMYK0.020.3500.23
HSL296.52º37.3%63.73%-
HSV(B)296.52º35.03%77.25%-
XYZ39.7930.8156.67-
YUV155.3151.53154.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.26%
GREEN value IS 128 (50.39% from 255) = 24.71%
BLUE value IS 197 (77.34% from 255) = 38.03%
R=37.26%
G=24.71%
B=38.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1931281970.020.3500.23296.5237.363.73
HexC180C52230171292540
Octal30120030524302745145100
Binary110000011000000011000101101000110101111001010011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C180C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C180C5; }

 p { color: rgb(193,128,197); }

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

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

 a { background-color: rgb(193,128,197); }

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

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

 span { border-color: rgb(193,128,197); }

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