#C87BBE

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

Shades of Orchid #C87BBE

Tints of Orchid #C87BBE

Color information

#C87BBE (or 0xC87BBE) is unknown color: approx Orchid. HEX triplet: C8, 7B and BE. RGB value is (200,123,190). Sum of RGB (Red+Green+Blue) = 200+123+190=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C87BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87BBE is #378441. Grayscale: #999999. Windows color (decimal): -3638338 or 12483528. OLE color: 12483528.

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

Color convert

RGB200123190-
CMYK00.380.050.22
HSL307.79º41.18%63.33%-
HSV(B)307.79º38.5%78.43%-
XYZ40.230.1652.42-
YUV153.66148.51161.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.99%
GREEN value IS 123 (48.44% from 255) = 23.98%
BLUE value IS 190 (74.61% from 255) = 37.04%
R=38.99%
G=23.98%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012319000.380.050.22307.7941.1863.33
HexC87BBE026516134293f
Octal3101732760465264645177
Binary11001000111101110111110010011010110110100110100101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87BBE; }

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

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

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

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

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

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

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

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