#C480C1

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

Shades of Orchid #C480C1

Tints of Orchid #C480C1

Color information

#C480C1 (or 0xC480C1) is unknown color: approx Orchid. HEX triplet: C4, 80 and C1. RGB value is (196,128,193). Sum of RGB (Red+Green+Blue) = 196+128+193=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 196 - color contains mainly: red. Hex color #C480C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C480C1 is #3B7F3E. Grayscale: #9B9B9B. Windows color (decimal): -3899199 or 12681412. OLE color: 12681412.

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

Color convert

RGB196128193-
CMYK00.350.020.23
HSL302.65º36.56%63.53%-
HSV(B)302.65º34.69%76.86%-
XYZ40.1131.0254.33-
YUV155.74149.03156.71-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.91%
GREEN value IS 128 (50.39% from 255) = 24.76%
BLUE value IS 193 (75.78% from 255) = 37.33%
R=37.91%
G=24.76%
B=37.33%

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
Decimal19612819300.350.020.23302.6536.5663.53
HexC480C102321712f2540
Octal30420030104322745745100
Binary110001001000000011000001010001110101111001011111001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C480C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C480C1; }

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

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

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

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

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

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

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

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