#C87ABB

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

Shades of Orchid #C87ABB

Tints of Orchid #C87ABB

Color information

#C87ABB (or 0xC87ABB) is unknown color: approx Orchid. HEX triplet: C8, 7A and BB. RGB value is (200,122,187). Sum of RGB (Red+Green+Blue) = 200+122+187=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C87ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87ABB is #378544. Grayscale: #989898. Windows color (decimal): -3638597 or 12286664. OLE color: 12286664.

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

Color convert

RGB200122187-
CMYK00.390.060.22
HSL310º41.49%63.14%-
HSV(B)310º39%78.43%-
XYZ39.7529.7950.67-
YUV152.73147.34161.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.29%
GREEN value IS 122 (48.05% from 255) = 23.97%
BLUE value IS 187 (73.44% from 255) = 36.74%
R=39.29%
G=23.97%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012218700.390.060.2231041.4963.14
HexC87ABB027616136293f
Octal3101722730476264665177
Binary11001000111101010111011010011111010110100110110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87ABB; }

 p { color: rgb(200,122,187); }

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

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

 a { background-color: rgb(200,122,187); }

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

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

 span { border-color: rgb(200,122,187); }

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