#C87DBD

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

Shades of Orchid #C87DBD

Tints of Orchid #C87DBD

Color information

#C87DBD (or 0xC87DBD) is unknown color: approx Orchid. HEX triplet: C8, 7D and BD. RGB value is (200,125,189). Sum of RGB (Red+Green+Blue) = 200+125+189=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 200 - color contains mainly: red. Hex color #C87DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87DBD is #378242. Grayscale: #9A9A9A. Windows color (decimal): -3637827 or 12418504. OLE color: 12418504.

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

Color convert

RGB200125189-
CMYK00.380.060.22
HSL308.8º40.54%63.73%-
HSV(B)308.8º37.5%78.43%-
XYZ40.3430.6251.93-
YUV154.72147.35160.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.91%
GREEN value IS 125 (49.22% from 255) = 24.32%
BLUE value IS 189 (74.22% from 255) = 36.77%
R=38.91%
G=24.32%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012518900.380.060.22308.840.5463.73
HexC87DBD0266161352940
Octal31017527504662646551100
Binary110010001111101101111010100110110101101001101011010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87DBD; }

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

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

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

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

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

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

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

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