#C578DC

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

Shades of Orchid #C578DC

Tints of Orchid #C578DC

Color information

#C578DC (or 0xC578DC) is unknown color: approx Orchid. HEX triplet: C5, 78 and DC. RGB value is (197,120,220). Sum of RGB (Red+Green+Blue) = 197+120+220=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 120 (47.27% from 255 or 22.35% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #C578DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C578DC is #3A8723. Grayscale: #9A9A9A. Windows color (decimal): -3835684 or 14448837. OLE color: 14448837.

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

Color convert

RGB197120220-
CMYK0.100.4500.14
HSL286.2º58.82%66.67%-
HSV(B)286.2º45.45%86.27%-
XYZ42.6630.4771.34-
YUV154.42165.01158.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.69%
GREEN value IS 120 (47.27% from 255) = 22.35%
BLUE value IS 220 (86.33% from 255) = 40.97%
R=36.69%
G=22.35%
B=40.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971202200.100.4500.14286.258.8266.67
HexC578DCA2D0E11e3b43
Octal305170334125501643673103
Binary110001011111000110111001010101101011101000111101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C578DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C578DC; }

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

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

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

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

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

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

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

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