#C884CD

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

Shades of Orchid #C884CD

Tints of Orchid #C884CD

Color information

#C884CD (or 0xC884CD) is unknown color: approx Orchid. HEX triplet: C8, 84 and CD. RGB value is (200,132,205). Sum of RGB (Red+Green+Blue) = 200+132+205=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 132 (51.95% from 255 or 24.58% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #C884CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C884CD is #377B32. Grayscale: #A0A0A0. Windows color (decimal): -3636019 or 13468872. OLE color: 13468872.

HSL color Cylindrical-coordinate representation of color #C884CD: hue angle of 295.89º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C884CD is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB200132205-
CMYK0.020.3600.20
HSL295.89º42.2%66.08%-
HSV(B)295.89º35.61%80.39%-
XYZ43.0933.1961.89-
YUV160.65153.03156.06-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.24%
GREEN value IS 132 (51.95% from 255) = 24.58%
BLUE value IS 205 (80.47% from 255) = 38.18%
R=37.24%
G=24.58%
B=38.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001322050.020.3600.20295.8942.266.08
HexC884CD2240141282a42
Octal31020431524402445052102
Binary110010001000010011001101101001000101001001010001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C884CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C884CD; }

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

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

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

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

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

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

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

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