#C882C6

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

Shades of Orchid #C882C6

Tints of Orchid #C882C6

Color information

#C882C6 (or 0xC882C6) is unknown color: approx Orchid. HEX triplet: C8, 82 and C6. RGB value is (200,130,198). Sum of RGB (Red+Green+Blue) = 200+130+198=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 130 (51.17% from 255 or 24.62% from 528); Blue value is 198 (77.73% from 255 or 37.5% from 528); Max value from RGB is 200 - color contains mainly: red. Hex color #C882C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C882C6 is #377D39. Grayscale: #9E9E9E. Windows color (decimal): -3636538 or 13009608. OLE color: 13009608.

HSL color Cylindrical-coordinate representation of color #C882C6: hue angle of 301.71º 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 #C882C6 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB200130198-
CMYK00.350.010.22
HSL301.71º38.89%64.71%-
HSV(B)301.71º35%78.43%-
XYZ4232.3257.45-
YUV158.68150.19157.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.88%
GREEN value IS 130 (51.17% from 255) = 24.62%
BLUE value IS 198 (77.73% from 255) = 37.5%
R=37.88%
G=24.62%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013019800.350.010.22301.7138.8964.71
HexC882C602311612e2741
Octal31020230604312645647101
Binary11001000100000101100011001000111101101001011101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C882C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C882C6; }

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

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

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

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

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

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

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

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