#C982DA

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

Shades of Orchid #C982DA

Tints of Orchid #C982DA

Color information

#C982DA (or 0xC982DA) is unknown color: approx Orchid. HEX triplet: C9, 82 and DA. RGB value is (201,130,218). Sum of RGB (Red+Green+Blue) = 201+130+218=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #C982DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C982DA is #367D25. Grayscale: #A0A0A0. Windows color (decimal): -3570982 or 14320329. OLE color: 14320329.

HSL color Cylindrical-coordinate representation of color #C982DA: hue angle of 288.41º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C982DA is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB201130218-
CMYK0.080.4000.15
HSL288.41º54.32%68.24%-
HSV(B)288.41º40.37%85.49%-
XYZ44.7233.4470.43-
YUV161.26160.02156.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.61%
GREEN value IS 130 (51.17% from 255) = 23.68%
BLUE value IS 218 (85.55% from 255) = 39.71%
R=36.61%
G=23.68%
B=39.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2011302180.080.4000.15288.4154.3268.24
HexC982DA8280F1203644
Octal311202332105001744066104
Binary1100100110000010110110101000101000011111001000001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C982DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C982DA; }

 p { color: rgb(201,130,218); }

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

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

 a { background-color: rgb(201,130,218); }

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

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

 span { border-color: rgb(201,130,218); }

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