#C87CDD

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

Shades of Orchid #C87CDD

Tints of Orchid #C87CDD

Color information

#C87CDD (or 0xC87CDD) is unknown color: approx Orchid. HEX triplet: C8, 7C and DD. RGB value is (200,124,221). Sum of RGB (Red+Green+Blue) = 200+124+221=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 124 (48.83% from 255 or 22.75% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #C87CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87CDD is #378322. Grayscale: #9D9D9D. Windows color (decimal): -3638051 or 14515400. OLE color: 14515400.

HSL color Cylindrical-coordinate representation of color #C87CDD: hue angle of 287.01º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C87CDD is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200124221-
CMYK0.100.4400.13
HSL287.01º58.79%67.65%-
HSV(B)287.01º43.89%86.67%-
XYZ44.0831.9272.24-
YUV157.78163.68158.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.70%
GREEN value IS 124 (48.83% from 255) = 22.75%
BLUE value IS 221 (86.72% from 255) = 40.55%
R=36.70%
G=22.75%
B=40.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001242210.100.4400.13287.0158.7967.65
HexC87CDDA2C0D11f3b44
Octal310174335125401543773104
Binary110010001111100110111011010101100011011000111111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87CDD; }

 p { color: rgb(200,124,221); }

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

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

 a { background-color: rgb(200,124,221); }

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

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

 span { border-color: rgb(200,124,221); }

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