#C880BC

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

Shades of Orchid #C880BC

Tints of Orchid #C880BC

Color information

#C880BC (or 0xC880BC) is unknown color: approx Orchid. HEX triplet: C8, 80 and BC. RGB value is (200,128,188). Sum of RGB (Red+Green+Blue) = 200+128+188=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C880BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C880BC is #377F43. Grayscale: #9C9C9C. Windows color (decimal): -3637060 or 12353736. OLE color: 12353736.

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

Color convert

RGB200128188-
CMYK00.360.060.22
HSL310º39.56%64.31%-
HSV(B)310º36%78.43%-
XYZ40.6231.3551.49-
YUV156.37145.85159.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.76%
GREEN value IS 128 (50.39% from 255) = 24.81%
BLUE value IS 188 (73.83% from 255) = 36.43%
R=38.76%
G=24.81%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012818800.360.060.2231039.5664.31
HexC880BC0246161362840
Octal31020027404462646650100
Binary1100100010000000101111000100100110101101001101101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C880BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C880BC; }

 p { color: rgb(200,128,188); }

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

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

 a { background-color: rgb(200,128,188); }

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

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

 span { border-color: rgb(200,128,188); }

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