#C871C6

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

Shades of Orchid #C871C6

Tints of Orchid #C871C6

Color information

#C871C6 (or 0xC871C6) is unknown color: approx Orchid. HEX triplet: C8, 71 and C6. RGB value is (200,113,198). Sum of RGB (Red+Green+Blue) = 200+113+198=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 200 - color contains mainly: red. Hex color #C871C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C871C6 is #378E39. Grayscale: #949494. Windows color (decimal): -3640890 or 13005256. OLE color: 13005256.

HSL color Cylindrical-coordinate representation of color #C871C6: hue angle of 301.38º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C871C6 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB200113198-
CMYK00.440.010.22
HSL301.38º44.16%61.37%-
HSV(B)301.38º43.5%78.43%-
XYZ39.9228.1756.76-
YUV148.7155.82164.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.14%
GREEN value IS 113 (44.53% from 255) = 22.11%
BLUE value IS 198 (77.73% from 255) = 38.75%
R=39.14%
G=22.11%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011319800.440.010.22301.3844.1661.37
HexC871C602C11612d2c3d
Octal3101613060541264555475
Binary110010001110001110001100101100110110100101101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C871C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C871C6; }

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

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

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

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

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

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

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

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