#C87DBA

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

Shades of Orchid #C87DBA

Tints of Orchid #C87DBA

Color information

#C87DBA (or 0xC87DBA) is unknown color: approx Orchid. HEX triplet: C8, 7D and BA. RGB value is (200,125,186). Sum of RGB (Red+Green+Blue) = 200+125+186=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 200 - color contains mainly: red. Hex color #C87DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87DBA is #378245. Grayscale: #9A9A9A. Windows color (decimal): -3637830 or 12221896. OLE color: 12221896.

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

Color convert

RGB200125186-
CMYK00.380.070.22
HSL311.2º40.54%63.73%-
HSV(B)311.2º37.5%78.43%-
XYZ40.0230.4950.23-
YUV154.38145.85160.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.14%
GREEN value IS 125 (49.22% from 255) = 24.46%
BLUE value IS 186 (73.05% from 255) = 36.40%
R=39.14%
G=24.46%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012518600.380.070.22311.240.5463.73
HexC87DBA0267161372940
Octal31017527204672646751100
Binary110010001111101101110100100110111101101001101111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87DBA; }

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

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

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

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

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

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

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

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