#C880BE

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

Shades of Orchid #C880BE

Tints of Orchid #C880BE

Color information

#C880BE (or 0xC880BE) is unknown color: approx Orchid. HEX triplet: C8, 80 and BE. RGB value is (200,128,190). Sum of RGB (Red+Green+Blue) = 200+128+190=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C880BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C880BE is #377F41. Grayscale: #9C9C9C. Windows color (decimal): -3637058 or 12484808. OLE color: 12484808.

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

Color convert

RGB200128190-
CMYK00.360.050.22
HSL308.33º39.56%64.31%-
HSV(B)308.33º36%78.43%-
XYZ40.8331.4452.63-
YUV156.6146.85158.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.61%
GREEN value IS 128 (50.39% from 255) = 24.71%
BLUE value IS 190 (74.61% from 255) = 36.68%
R=38.61%
G=24.71%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012819000.360.050.22308.3339.5664.31
HexC880BE0245161342840
Octal31020027604452646450100
Binary1100100010000000101111100100100101101101001101001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C880BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C880BE; }

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

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

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

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

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

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

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

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