#C982CC

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

Shades of Orchid #C982CC

Tints of Orchid #C982CC

Color information

#C982CC (or 0xC982CC) is unknown color: approx Orchid. HEX triplet: C9, 82 and CC. RGB value is (201,130,204). Sum of RGB (Red+Green+Blue) = 201+130+204=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 130 (51.17% from 255 or 24.30% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #C982CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C982CC is #367D33. Grayscale: #9F9F9F. Windows color (decimal): -3570996 or 13402825. OLE color: 13402825.

HSL color Cylindrical-coordinate representation of color #C982CC: hue angle of 297.57º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C982CC is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB201130204-
CMYK0.010.3600.2
HSL297.57º42.05%65.49%-
HSV(B)297.57º36.27%80%-
XYZ42.9732.7461.18-
YUV159.66153.02157.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.57%
GREEN value IS 130 (51.17% from 255) = 24.30%
BLUE value IS 204 (80.08% from 255) = 38.13%
R=37.57%
G=24.30%
B=38.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2011302040.010.3600.2297.5742.0565.49
HexC982CC12401412a2a41
Octal31120231414402445252101
Binary11001001100000101100110011001000101001001010101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C982CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C982CC; }

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

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

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

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

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

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

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

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