#C478BE

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

Shades of Orchid #C478BE

Tints of Orchid #C478BE

Color information

#C478BE (or 0xC478BE) is unknown color: approx Orchid. HEX triplet: C4, 78 and BE. RGB value is (196,120,190). Sum of RGB (Red+Green+Blue) = 196+120+190=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C478BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C478BE is #3B8741. Grayscale: #969696. Windows color (decimal): -3901250 or 12482756. OLE color: 12482756.

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

Color convert

RGB196120190-
CMYK00.390.030.23
HSL304.74º39.18%61.96%-
HSV(B)304.74º38.78%76.86%-
XYZ38.7828.8952.25-
YUV150.7150.18160.31-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.74%
GREEN value IS 120 (47.27% from 255) = 23.72%
BLUE value IS 190 (74.61% from 255) = 37.55%
R=38.74%
G=23.72%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612019000.390.030.23304.7439.1861.96
HexC478BE027317131273e
Octal3041702760473274614776
Binary1100010011110001011111001001111110111100110001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C478BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C478BE; }

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

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

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

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

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

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

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

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