#C870C7

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

Shades of Orchid #C870C7

Tints of Orchid #C870C7

Color information

#C870C7 (or 0xC870C7) is unknown color: approx Orchid. HEX triplet: C8, 70 and C7. RGB value is (200,112,199). Sum of RGB (Red+Green+Blue) = 200+112+199=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 199 (78.12% from 255 or 38.94% from 511); Max value from RGB is 200 - color contains mainly: red. Hex color #C870C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C870C7 is #378F38. Grayscale: #939393. Windows color (decimal): -3641145 or 13070536. OLE color: 13070536.

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

Color convert

RGB200112199-
CMYK00.440.000.22
HSL300.68º44.44%61.18%-
HSV(B)300.68º44%78.43%-
XYZ39.9227.9957.33-
YUV148.23156.65164.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.14%
GREEN value IS 112 (44.14% from 255) = 21.92%
BLUE value IS 199 (78.12% from 255) = 38.94%
R=39.14%
G=21.92%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.00
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011219900.440.000.22300.6844.4461.18
HexC870C702C01612d2c3d
Octal3101603070540264555475
Binary110010001110000110001110101100010110100101101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C870C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C870C7; }

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

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

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

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

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

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

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

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