#C180D0

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

Shades of Orchid #C180D0

Tints of Orchid #C180D0

Color information

#C180D0 (or 0xC180D0) is unknown color: approx Orchid. HEX triplet: C1, 80 and D0. RGB value is (193,128,208). Sum of RGB (Red+Green+Blue) = 193+128+208=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 128 (50.39% from 255 or 24.20% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 208 - color contains mainly: blue. Hex color #C180D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C180D0 is #3E7F2F. Grayscale: #9C9C9C. Windows color (decimal): -4095792 or 13664449. OLE color: 13664449.

HSL color Cylindrical-coordinate representation of color #C180D0: hue angle of 288.75º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C180D0 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB193128208-
CMYK0.070.3800.18
HSL288.75º45.98%65.88%-
HSV(B)288.75º38.46%81.57%-
XYZ41.131.3363.56-
YUV156.55157.03154-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.48%
GREEN value IS 128 (50.39% from 255) = 24.20%
BLUE value IS 208 (81.64% from 255) = 39.32%
R=36.48%
G=24.20%
B=39.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1931282080.070.3800.18288.7545.9865.88
HexC180D07260121212e42
Octal30120032074602244156102
Binary1100000110000000110100001111001100100101001000011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C180D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C180D0; }

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

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

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

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

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

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

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

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