#C880C9

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

Shades of Orchid #C880C9

Tints of Orchid #C880C9

Color information

#C880C9 (or 0xC880C9) is unknown color: approx Orchid. HEX triplet: C8, 80 and C9. RGB value is (200,128,201). Sum of RGB (Red+Green+Blue) = 200+128+201=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 128 (50.39% from 255 or 24.20% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 201 - color contains mainly: blue. Hex color #C880C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C880C9 is #377F36. Grayscale: #9D9D9D. Windows color (decimal): -3637047 or 13205704. OLE color: 13205704.

HSL color Cylindrical-coordinate representation of color #C880C9: hue angle of 299.18º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C880C9 is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB200128201-
CMYK0.000.3600.21
HSL299.18º40.33%64.51%-
HSV(B)299.18º36.32%78.82%-
XYZ42.0831.9359.2-
YUV157.85152.35158.06-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.81%
GREEN value IS 128 (50.39% from 255) = 24.20%
BLUE value IS 201 (78.91% from 255) = 38.00%
R=37.81%
G=24.20%
B=38.00%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2001282010.000.3600.21299.1840.3364.51
HexC880C902401512b2841
Octal31020031104402545350101
Binary11001000100000001100100101001000101011001010111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C880C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C880C9; }

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

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

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

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

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

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

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

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