#C480C3

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

Shades of Orchid #C480C3

Tints of Orchid #C480C3

Color information

#C480C3 (or 0xC480C3) is unknown color: approx Orchid. HEX triplet: C4, 80 and C3. RGB value is (196,128,195). Sum of RGB (Red+Green+Blue) = 196+128+195=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 195 (76.56% from 255 or 37.57% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C480C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C480C3 is #3B7F3C. Grayscale: #9B9B9B. Windows color (decimal): -3899197 or 12812484. OLE color: 12812484.

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

Color convert

RGB196128195-
CMYK00.350.010.23
HSL300.88º36.56%63.53%-
HSV(B)300.88º34.69%76.86%-
XYZ40.3331.1155.51-
YUV155.97150.03156.55-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.76%
GREEN value IS 128 (50.39% from 255) = 24.66%
BLUE value IS 195 (76.56% from 255) = 37.57%
R=37.76%
G=24.66%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612819500.350.010.23300.8836.5663.53
HexC480C302311712d2540
Octal30420030304312745545100
Binary11000100100000001100001101000111101111001011011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C480C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C480C3; }

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

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

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

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

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

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

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

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