#C280D1

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

Shades of Orchid #C280D1

Tints of Orchid #C280D1

Color information

#C280D1 (or 0xC280D1) is unknown color: approx Orchid. HEX triplet: C2, 80 and D1. RGB value is (194,128,209). Sum of RGB (Red+Green+Blue) = 194+128+209=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 209 - color contains mainly: blue. Hex color #C280D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C280D1 is #3D7F2E. Grayscale: #9C9C9C. Windows color (decimal): -4030255 or 13729986. OLE color: 13729986.

HSL color Cylindrical-coordinate representation of color #C280D1: hue angle of 288.89º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C280D1 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB194128209-
CMYK0.070.3900.18
HSL288.89º46.82%66.08%-
HSV(B)288.89º38.76%81.96%-
XYZ41.4831.5164.22-
YUV156.97157.37154.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.53%
GREEN value IS 128 (50.39% from 255) = 24.11%
BLUE value IS 209 (82.03% from 255) = 39.36%
R=36.53%
G=24.11%
B=39.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1941282090.070.3900.18288.8946.8266.08
HexC280D17270121212f42
Octal30220032174702244157102
Binary1100001010000000110100011111001110100101001000011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C280D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C280D1; }

 p { color: rgb(194,128,209); }

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

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

 a { background-color: rgb(194,128,209); }

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

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

 span { border-color: rgb(194,128,209); }

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