#C982CD

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

Shades of Orchid #C982CD

Tints of Orchid #C982CD

Color information

#C982CD (or 0xC982CD) is unknown color: approx Orchid. HEX triplet: C9, 82 and CD. RGB value is (201,130,205). Sum of RGB (Red+Green+Blue) = 201+130+205=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #C982CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C982CD is #367D32. Grayscale: #9F9F9F. Windows color (decimal): -3570995 or 13468361. OLE color: 13468361.

HSL color Cylindrical-coordinate representation of color #C982CD: hue angle of 296.8º 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 #C982CD is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB201130205-
CMYK0.020.3700.20
HSL296.8º42.86%65.69%-
HSV(B)296.8º36.59%80.39%-
XYZ43.0932.7961.82-
YUV159.78153.52157.4-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.5%
GREEN value IS 130 (51.17% from 255) = 24.25%
BLUE value IS 205 (80.47% from 255) = 38.25%
R=37.5%
G=24.25%
B=38.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011302050.020.3700.20296.842.8665.69
HexC982CD2250141292b42
Octal31120231524502445153102
Binary110010011000001011001101101001010101001001010011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C982CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C982CD; }

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

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

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

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

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

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

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

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