#C882CA

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

Shades of Orchid #C882CA

Tints of Orchid #C882CA

Color information

#C882CA (or 0xC882CA) is unknown color: approx Orchid. HEX triplet: C8, 82 and CA. RGB value is (200,130,202). Sum of RGB (Red+Green+Blue) = 200+130+202=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 130 (51.17% from 255 or 24.44% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 202 - color contains mainly: blue. Hex color #C882CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C882CA is #377D35. Grayscale: #9E9E9E. Windows color (decimal): -3636534 or 13271752. OLE color: 13271752.

HSL color Cylindrical-coordinate representation of color #C882CA: hue angle of 298.33º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C882CA is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB200130202-
CMYK0.010.3600.21
HSL298.33º40.45%65.1%-
HSV(B)298.33º35.64%79.22%-
XYZ42.4632.5159.91-
YUV159.14152.19157.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.59%
GREEN value IS 130 (51.17% from 255) = 24.44%
BLUE value IS 202 (79.30% from 255) = 37.97%
R=37.59%
G=24.44%
B=37.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2001302020.010.3600.21298.3340.4565.1
HexC882CA12401512a2841
Octal31020231214402545250101
Binary11001000100000101100101011001000101011001010101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C882CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C882CA; }

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

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

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

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

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

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

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

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