#D580CC

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

Shades of Orchid #D580CC

Tints of Orchid #D580CC

Color information

#D580CC (or 0xD580CC) is unknown color: approx Orchid. HEX triplet: D5, 80 and CC. RGB value is (213,128,204). Sum of RGB (Red+Green+Blue) = 213+128+204=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D580CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D580CC is #2A7F33. Grayscale: #A1A1A1. Windows color (decimal): -2785076 or 13402325. OLE color: 13402325.

HSL color Cylindrical-coordinate representation of color #D580CC: hue angle of 306.35º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D580CC is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB213128204-
CMYK00.400.040.16
HSL306.35º50.3%66.86%-
HSV(B)306.35º39.91%83.53%-
XYZ46.0633.9461.25-
YUV162.08151.66164.32-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.08%
GREEN value IS 128 (50.39% from 255) = 23.49%
BLUE value IS 204 (80.08% from 255) = 37.43%
R=39.08%
G=23.49%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312820400.400.040.16306.3550.366.86
HexD580CC0284101323243
Octal32520031405042046262103
Binary1101010110000000110011000101000100100001001100101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D580CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D580CC; }

 p { color: rgb(213,128,204); }

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

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

 a { background-color: rgb(213,128,204); }

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

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

 span { border-color: rgb(213,128,204); }

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