#C582CE

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

Shades of Orchid #C582CE

Tints of Orchid #C582CE

Color information

#C582CE (or 0xC582CE) is unknown color: approx Orchid. HEX triplet: C5, 82 and CE. RGB value is (197,130,206). Sum of RGB (Red+Green+Blue) = 197+130+206=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 130 (51.17% from 255 or 24.39% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #C582CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C582CE is #3A7D31. Grayscale: #9E9E9E. Windows color (decimal): -3833138 or 13533893. OLE color: 13533893.

HSL color Cylindrical-coordinate representation of color #C582CE: hue angle of 292.89º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C582CE is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB197130206-
CMYK0.040.3700.19
HSL292.89º43.68%65.88%-
HSV(B)292.89º36.89%80.78%-
XYZ42.1532.2962.4-
YUV158.7154.7155.32-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.96%
GREEN value IS 130 (51.17% from 255) = 24.39%
BLUE value IS 206 (80.86% from 255) = 38.65%
R=36.96%
G=24.39%
B=38.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1971302060.040.3700.19292.8943.6865.88
HexC582CE4250131252c42
Octal30520231644502344554102
Binary1100010110000010110011101001001010100111001001011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C582CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C582CE; }

 p { color: rgb(197,130,206); }

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

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

 a { background-color: rgb(197,130,206); }

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

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

 span { border-color: rgb(197,130,206); }

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