#C884CB

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

Shades of Orchid #C884CB

Tints of Orchid #C884CB

Color information

#C884CB (or 0xC884CB) is unknown color: approx Orchid. HEX triplet: C8, 84 and CB. RGB value is (200,132,203). Sum of RGB (Red+Green+Blue) = 200+132+203=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 132 (51.95% from 255 or 24.67% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 203 - color contains mainly: blue. Hex color #C884CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C884CB is #377B34. Grayscale: #A0A0A0. Windows color (decimal): -3636021 or 13337800. OLE color: 13337800.

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

Color convert

RGB200132203-
CMYK0.010.3500.20
HSL297.46º40.57%65.69%-
HSV(B)297.46º34.98%79.61%-
XYZ42.8533.0960.63-
YUV160.43152.03156.23-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.38%
GREEN value IS 132 (51.95% from 255) = 24.67%
BLUE value IS 203 (79.69% from 255) = 37.94%
R=37.38%
G=24.67%
B=37.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001322030.010.3500.20297.4640.5765.69
HexC884CB1230141292942
Octal31020431314302445151102
Binary11001000100001001100101111000110101001001010011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C884CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C884CB; }

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

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

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

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

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

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

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

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