#C478D5

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

Shades of Orchid #C478D5

Tints of Orchid #C478D5

Color information

#C478D5 (or 0xC478D5) is unknown color: approx Orchid. HEX triplet: C4, 78 and D5. RGB value is (196,120,213). Sum of RGB (Red+Green+Blue) = 196+120+213=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 120 (47.27% from 255 or 22.68% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 213 - color contains mainly: blue. Hex color #C478D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C478D5 is #3B872A. Grayscale: #999999. Windows color (decimal): -3901227 or 13990084. OLE color: 13990084.

HSL color Cylindrical-coordinate representation of color #C478D5: hue angle of 289.03º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C478D5 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB196120213-
CMYK0.080.4400.16
HSL289.03º52.54%65.29%-
HSV(B)289.03º43.66%83.53%-
XYZ41.4929.9766.55-
YUV153.33161.68158.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.05%
GREEN value IS 120 (47.27% from 255) = 22.68%
BLUE value IS 213 (83.59% from 255) = 40.26%
R=37.05%
G=22.68%
B=40.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1961202130.080.4400.16289.0352.5465.29
HexC478D582C0101213541
Octal304170325105402044165101
Binary1100010011110001101010110001011000100001001000011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C478D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C478D5; }

 p { color: rgb(196,120,213); }

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

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

 a { background-color: rgb(196,120,213); }

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

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

 span { border-color: rgb(196,120,213); }

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