#C478BC

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

Shades of Orchid #C478BC

Tints of Orchid #C478BC

Color information

#C478BC (or 0xC478BC) is unknown color: approx Orchid. HEX triplet: C4, 78 and BC. RGB value is (196,120,188). Sum of RGB (Red+Green+Blue) = 196+120+188=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C478BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C478BC is #3B8743. Grayscale: #969696. Windows color (decimal): -3901252 or 12351684. OLE color: 12351684.

HSL color Cylindrical-coordinate representation of color #C478BC: hue angle of 306.32º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C478BC is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB196120188-
CMYK00.390.040.23
HSL306.32º39.18%61.96%-
HSV(B)306.32º38.78%76.86%-
XYZ38.5628.851.1-
YUV150.48149.18160.47-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.89%
GREEN value IS 120 (47.27% from 255) = 23.81%
BLUE value IS 188 (73.83% from 255) = 37.30%
R=38.89%
G=23.81%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612018800.390.040.23306.3239.1861.96
HexC478BC027417132273e
Octal3041702740474274624776
Binary11000100111100010111100010011110010111100110010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C478BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C478BC; }

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

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

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

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

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

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

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

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