#C582CD

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

Shades of Orchid #C582CD

Tints of Orchid #C582CD

Color information

#C582CD (or 0xC582CD) is unknown color: approx Orchid. HEX triplet: C5, 82 and CD. RGB value is (197,130,205). Sum of RGB (Red+Green+Blue) = 197+130+205=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 130 (51.17% from 255 or 24.44% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #C582CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C582CD is #3A7D32. Grayscale: #9E9E9E. Windows color (decimal): -3833139 or 13468357. OLE color: 13468357.

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

Color convert

RGB197130205-
CMYK0.040.3700.20
HSL293.6º42.86%65.69%-
HSV(B)293.6º36.59%80.39%-
XYZ42.0332.2461.77-
YUV158.58154.2155.4-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.03%
GREEN value IS 130 (51.17% from 255) = 24.44%
BLUE value IS 205 (80.47% from 255) = 38.53%
R=37.03%
G=24.44%
B=38.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1971302050.040.3700.20293.642.8665.69
HexC582CD4250141262b42
Octal30520231544502444653102
Binary1100010110000010110011011001001010101001001001101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C582CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C582CD; }

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

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

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

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

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

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

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

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