#C882D1

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

Shades of Orchid #C882D1

Tints of Orchid #C882D1

Color information

#C882D1 (or 0xC882D1) is unknown color: approx Orchid. HEX triplet: C8, 82 and D1. RGB value is (200,130,209). Sum of RGB (Red+Green+Blue) = 200+130+209=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 130 (51.17% from 255 or 24.12% from 539); Blue value is 209 (82.03% from 255 or 38.78% from 539); Max value from RGB is 209 - color contains mainly: blue. Hex color #C882D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C882D1 is #377D2E. Grayscale: #9F9F9F. Windows color (decimal): -3636527 or 13730504. OLE color: 13730504.

HSL color Cylindrical-coordinate representation of color #C882D1: hue angle of 293.16º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C882D1 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB200130209-
CMYK0.040.3800.18
HSL293.16º46.2%66.47%-
HSV(B)293.16º37.8%81.96%-
XYZ43.3132.8564.38-
YUV159.94155.69156.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.11%
GREEN value IS 130 (51.17% from 255) = 24.12%
BLUE value IS 209 (82.03% from 255) = 38.78%
R=37.11%
G=24.12%
B=38.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2001302090.040.3800.18293.1646.266.47
HexC882D14260121252e42
Octal31020232144602244556102
Binary1100100010000010110100011001001100100101001001011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C882D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C882D1; }

 p { color: rgb(200,130,209); }

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

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

 a { background-color: rgb(200,130,209); }

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

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

 span { border-color: rgb(200,130,209); }

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