#C880D3

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

Shades of Orchid #C880D3

Tints of Orchid #C880D3

Color information

#C880D3 (or 0xC880D3) is unknown color: approx Orchid. HEX triplet: C8, 80 and D3. RGB value is (200,128,211). Sum of RGB (Red+Green+Blue) = 200+128+211=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 211 (82.81% from 255 or 39.15% from 539); Max value from RGB is 211 - color contains mainly: blue. Hex color #C880D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C880D3 is #377F2C. Grayscale: #9E9E9E. Windows color (decimal): -3637037 or 13861064. OLE color: 13861064.

HSL color Cylindrical-coordinate representation of color #C880D3: hue angle of 292.05º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C880D3 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB200128211-
CMYK0.050.3900.17
HSL292.05º48.54%66.47%-
HSV(B)292.05º39.34%82.75%-
XYZ43.332.4265.6-
YUV158.99157.35157.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.11%
GREEN value IS 128 (50.39% from 255) = 23.75%
BLUE value IS 211 (82.81% from 255) = 39.15%
R=37.11%
G=23.75%
B=39.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2001282110.050.3900.17292.0548.5466.47
HexC880D35270111243142
Octal31020032354702144461102
Binary1100100010000000110100111011001110100011001001001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C880D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C880D3; }

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

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

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

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

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

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

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

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