#C870BF

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

Shades of Orchid #C870BF

Tints of Orchid #C870BF

Color information

#C870BF (or 0xC870BF) is unknown color: approx Orchid. HEX triplet: C8, 70 and BF. RGB value is (200,112,191). Sum of RGB (Red+Green+Blue) = 200+112+191=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C870BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C870BF is #378F40. Grayscale: #939393. Windows color (decimal): -3641153 or 12546248. OLE color: 12546248.

HSL color Cylindrical-coordinate representation of color #C870BF: hue angle of 306.14º 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 #C870BF is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB200112191-
CMYK00.440.040.22
HSL306.14º44.44%61.18%-
HSV(B)306.14º44%78.43%-
XYZ39.0227.6352.57-
YUV147.32152.65165.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.76%
GREEN value IS 112 (44.14% from 255) = 22.27%
BLUE value IS 191 (75% from 255) = 37.97%
R=39.76%
G=22.27%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011219100.440.040.22306.1444.4461.18
HexC870BF02C4161322c3d
Octal3101602770544264625475
Binary11001000111000010111111010110010010110100110010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C870BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C870BF; }

 p { color: rgb(200,112,191); }

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

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

 a { background-color: rgb(200,112,191); }

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

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

 span { border-color: rgb(200,112,191); }

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