#C480C0

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

Shades of Orchid #C480C0

Tints of Orchid #C480C0

Color information

#C480C0 (or 0xC480C0) is unknown color: approx Orchid. HEX triplet: C4, 80 and C0. RGB value is (196,128,192). Sum of RGB (Red+Green+Blue) = 196+128+192=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 196 - color contains mainly: red. Hex color #C480C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C480C0 is #3B7F3F. Grayscale: #9B9B9B. Windows color (decimal): -3899200 or 12615876. OLE color: 12615876.

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

Color convert

RGB196128192-
CMYK00.350.020.23
HSL303.53º36.56%63.53%-
HSV(B)303.53º34.69%76.86%-
XYZ4030.9853.74-
YUV155.63148.53156.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.98%
GREEN value IS 128 (50.39% from 255) = 24.81%
BLUE value IS 192 (75.39% from 255) = 37.21%
R=37.98%
G=24.81%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612819200.350.020.23303.5336.5663.53
HexC480C00232171302540
Octal30420030004322746045100
Binary110001001000000011000000010001110101111001100001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C480C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C480C0; }

 p { color: rgb(196,128,192); }

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

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

 a { background-color: rgb(196,128,192); }

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

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

 span { border-color: rgb(196,128,192); }

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