#C884CA

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

Shades of Orchid #C884CA

Tints of Orchid #C884CA

Color information

#C884CA (or 0xC884CA) is unknown color: approx Orchid. HEX triplet: C8, 84 and CA. RGB value is (200,132,202). Sum of RGB (Red+Green+Blue) = 200+132+202=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 132 (51.95% from 255 or 24.72% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 202 - color contains mainly: blue. Hex color #C884CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C884CA is #377B35. Grayscale: #A0A0A0. Windows color (decimal): -3636022 or 13272264. OLE color: 13272264.

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

Color convert

RGB200132202-
CMYK0.010.3500.21
HSL298.29º39.77%65.49%-
HSV(B)298.29º34.65%79.22%-
XYZ42.7333.0560-
YUV160.31151.53156.31-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.45%
GREEN value IS 132 (51.95% from 255) = 24.72%
BLUE value IS 202 (79.30% from 255) = 37.83%
R=37.45%
G=24.72%
B=37.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2001322020.010.3500.21298.2939.7765.49
HexC884CA12301512a2841
Octal31020431214302545250101
Binary11001000100001001100101011000110101011001010101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C884CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C884CA; }

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

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

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

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

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

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

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

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