#C578BD

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

Shades of Orchid #C578BD

Tints of Orchid #C578BD

Color information

#C578BD (or 0xC578BD) is unknown color: approx Orchid. HEX triplet: C5, 78 and BD. RGB value is (197,120,189). Sum of RGB (Red+Green+Blue) = 197+120+189=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 197 - color contains mainly: red. Hex color #C578BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C578BD is #3A8742. Grayscale: #969696. Windows color (decimal): -3835715 or 12417221. OLE color: 12417221.

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

Color convert

RGB197120189-
CMYK00.390.040.23
HSL306.23º39.9%62.16%-
HSV(B)306.23º39.09%77.25%-
XYZ38.9328.9851.69-
YUV150.89149.51160.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.93%
GREEN value IS 120 (47.27% from 255) = 23.72%
BLUE value IS 189 (74.22% from 255) = 37.35%
R=38.93%
G=23.72%
B=37.35%

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
Decimal19712018900.390.040.23306.2339.962.16
HexC578BD027417132283e
Octal3051702750474274625076
Binary11000101111100010111101010011110010111100110010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C578BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C578BD; }

 p { color: rgb(197,120,189); }

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

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

 a { background-color: rgb(197,120,189); }

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

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

 span { border-color: rgb(197,120,189); }

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