#C581C6

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

Shades of Orchid #C581C6

Tints of Orchid #C581C6

Color information

#C581C6 (or 0xC581C6) is unknown color: approx Orchid. HEX triplet: C5, 81 and C6. RGB value is (197,129,198). Sum of RGB (Red+Green+Blue) = 197+129+198=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 198 (77.73% from 255 or 37.79% from 524); Max value from RGB is 198 - color contains mainly: blue. Hex color #C581C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C581C6 is #3A7E39. Grayscale: #9C9C9C. Windows color (decimal): -3833402 or 13009349. OLE color: 13009349.

HSL color Cylindrical-coordinate representation of color #C581C6: hue angle of 299.13º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C581C6 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB197129198-
CMYK0.010.3500.22
HSL299.13º37.7%64.12%-
HSV(B)299.13º34.85%77.65%-
XYZ41.0731.6557.37-
YUV157.2151.03156.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.60%
GREEN value IS 129 (50.78% from 255) = 24.62%
BLUE value IS 198 (77.73% from 255) = 37.79%
R=37.60%
G=24.62%
B=37.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1971291980.010.3500.22299.1337.764.12
HexC581C612301612b2640
Octal30520130614302645346100
Binary11000101100000011100011011000110101101001010111001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C581C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C581C6; }

 p { color: rgb(197,129,198); }

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

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

 a { background-color: rgb(197,129,198); }

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

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

 span { border-color: rgb(197,129,198); }

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