#C87BBB

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

Shades of Orchid #C87BBB

Tints of Orchid #C87BBB

Color information

#C87BBB (or 0xC87BBB) is unknown color: approx Orchid. HEX triplet: C8, 7B and BB. RGB value is (200,123,187). Sum of RGB (Red+Green+Blue) = 200+123+187=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C87BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87BBB is #378444. Grayscale: #999999. Windows color (decimal): -3638341 or 12286920. OLE color: 12286920.

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

Color convert

RGB200123187-
CMYK00.380.060.22
HSL310.13º41.18%63.33%-
HSV(B)310.13º38.5%78.43%-
XYZ39.8730.0350.71-
YUV153.32147.01161.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.22%
GREEN value IS 123 (48.44% from 255) = 24.12%
BLUE value IS 187 (73.44% from 255) = 36.67%
R=39.22%
G=24.12%
B=36.67%

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
Decimal20012318700.380.060.22310.1341.1863.33
HexC87BBB026616136293f
Octal3101732730466264665177
Binary11001000111101110111011010011011010110100110110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87BBB; }

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

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

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

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

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

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

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

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