#C87DBE

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

Shades of Orchid #C87DBE

Tints of Orchid #C87DBE

Color information

#C87DBE (or 0xC87DBE) is unknown color: approx Orchid. HEX triplet: C8, 7D and BE. RGB value is (200,125,190). Sum of RGB (Red+Green+Blue) = 200+125+190=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 200 - color contains mainly: red. Hex color #C87DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87DBE is #378241. Grayscale: #9A9A9A. Windows color (decimal): -3637826 or 12484040. OLE color: 12484040.

HSL color Cylindrical-coordinate representation of color #C87DBE: hue angle of 308º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87DBE is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB200125190-
CMYK00.380.050.22
HSL308º40.54%63.73%-
HSV(B)308º37.5%78.43%-
XYZ40.4530.6652.5-
YUV154.84147.85160.21-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.83%
GREEN value IS 125 (49.22% from 255) = 24.27%
BLUE value IS 190 (74.61% from 255) = 36.89%
R=38.83%
G=24.27%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012519000.380.050.2230840.5463.73
HexC87DBE0265161342940
Octal31017527604652646451100
Binary110010001111101101111100100110101101101001101001010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87DBE; }

 p { color: rgb(200,125,190); }

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

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

 a { background-color: rgb(200,125,190); }

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

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

 span { border-color: rgb(200,125,190); }

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