#C982CF

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

Shades of Orchid #C982CF

Tints of Orchid #C982CF

Color information

#C982CF (or 0xC982CF) is unknown color: approx Orchid. HEX triplet: C9, 82 and CF. RGB value is (201,130,207). Sum of RGB (Red+Green+Blue) = 201+130+207=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #C982CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C982CF is #367D30. Grayscale: #9F9F9F. Windows color (decimal): -3570993 or 13599433. OLE color: 13599433.

HSL color Cylindrical-coordinate representation of color #C982CF: hue angle of 295.32º degrees, saturation: 0.45, 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 #C982CF is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB201130207-
CMYK0.030.3700.19
HSL295.32º44.51%66.08%-
HSV(B)295.32º37.2%81.18%-
XYZ43.3332.8963.1-
YUV160.01154.52157.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.36%
GREEN value IS 130 (51.17% from 255) = 24.16%
BLUE value IS 207 (81.25% from 255) = 38.48%
R=37.36%
G=24.16%
B=38.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011302070.030.3700.19295.3244.5166.08
HexC982CF3250131272d42
Octal31120231734502344755102
Binary110010011000001011001111111001010100111001001111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C982CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C982CF; }

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

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

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

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

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

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

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

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