#C478DB

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

Shades of Orchid #C478DB

Tints of Orchid #C478DB

Color information

#C478DB (or 0xC478DB) is unknown color: approx Orchid. HEX triplet: C4, 78 and DB. RGB value is (196,120,219). Sum of RGB (Red+Green+Blue) = 196+120+219=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 120 (47.27% from 255 or 22.43% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #C478DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C478DB is #3B8724. Grayscale: #999999. Windows color (decimal): -3901221 or 14383300. OLE color: 14383300.

HSL color Cylindrical-coordinate representation of color #C478DB: hue angle of 286.06º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C478DB is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB196120219-
CMYK0.110.4500.14
HSL286.06º57.89%66.47%-
HSV(B)286.06º45.21%85.88%-
XYZ42.2730.2870.64-
YUV154.01164.68157.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.64%
GREEN value IS 120 (47.27% from 255) = 22.43%
BLUE value IS 219 (85.94% from 255) = 40.93%
R=36.64%
G=22.43%
B=40.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961202190.110.4500.14286.0657.8966.47
HexC478DBB2D0E11e3a42
Octal304170333135501643672102
Binary110001001111000110110111011101101011101000111101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C478DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C478DB; }

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

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

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

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

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

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

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

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