#C882C7

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

Shades of Orchid #C882C7

Tints of Orchid #C882C7

Color information

#C882C7 (or 0xC882C7) is unknown color: approx Orchid. HEX triplet: C8, 82 and C7. RGB value is (200,130,199). Sum of RGB (Red+Green+Blue) = 200+130+199=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 199 (78.12% from 255 or 37.62% from 529); Max value from RGB is 200 - color contains mainly: red. Hex color #C882C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C882C7 is #377D38. Grayscale: #9E9E9E. Windows color (decimal): -3636537 or 13075144. OLE color: 13075144.

HSL color Cylindrical-coordinate representation of color #C882C7: hue angle of 300.86º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C882C7 is Cyan = 0, Magento = 0.35, Yellow = 0.00 and Black (K on CMYK) = 0.22.

Color convert

RGB200130199-
CMYK00.350.000.22
HSL300.86º38.89%64.71%-
HSV(B)300.86º35%78.43%-
XYZ42.1132.3758.06-
YUV158.8150.69157.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.81%
GREEN value IS 130 (51.17% from 255) = 24.57%
BLUE value IS 199 (78.12% from 255) = 37.62%
R=37.81%
G=24.57%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.00
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013019900.350.000.22300.8638.8964.71
HexC882C702301612d2741
Octal31020230704302645547101
Binary11001000100000101100011101000110101101001011011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C882C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C882C7; }

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

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

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

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

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

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

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

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