#C87DDB

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

Shades of Orchid #C87DDB

Tints of Orchid #C87DDB

Color information

#C87DDB (or 0xC87DDB) is unknown color: approx Orchid. HEX triplet: C8, 7D and DB. RGB value is (200,125,219). Sum of RGB (Red+Green+Blue) = 200+125+219=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #C87DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87DDB is #378224. Grayscale: #9D9D9D. Windows color (decimal): -3637797 or 14384584. OLE color: 14384584.

HSL color Cylindrical-coordinate representation of color #C87DDB: hue angle of 287.87º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C87DDB is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200125219-
CMYK0.090.4300.14
HSL287.87º56.63%67.45%-
HSV(B)287.87º42.92%85.88%-
XYZ43.9432.0670.89-
YUV158.14162.35157.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.76%
GREEN value IS 125 (49.22% from 255) = 22.98%
BLUE value IS 219 (85.94% from 255) = 40.26%
R=36.76%
G=22.98%
B=40.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2001252190.090.4300.14287.8756.6367.45
HexC87DDB92B0E1203943
Octal310175333115301644071103
Binary110010001111101110110111001101011011101001000001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87DDB; }

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

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

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

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

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

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

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

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