#D885CC

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

Shades of Orchid #D885CC

Tints of Orchid #D885CC

Color information

#D885CC (or 0xD885CC) is unknown color: approx Orchid. HEX triplet: D8, 85 and CC. RGB value is (216,133,204). Sum of RGB (Red+Green+Blue) = 216+133+204=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 216 - color contains mainly: red. Hex color #D885CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D885CC is #277A33. Grayscale: #A5A5A5. Windows color (decimal): -2587188 or 13403608. OLE color: 13403608.

HSL color Cylindrical-coordinate representation of color #D885CC: hue angle of 308.67º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D885CC is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB216133204-
CMYK00.380.060.15
HSL308.67º51.55%68.43%-
HSV(B)308.67º38.43%84.71%-
XYZ47.6135.7361.51-
YUV165.91149.5163.73-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.06%
GREEN value IS 133 (52.34% from 255) = 24.05%
BLUE value IS 204 (80.08% from 255) = 36.89%
R=39.06%
G=24.05%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613320400.380.060.15308.6751.5568.43
HexD885CC0266F1353444
Octal33020531404661746564104
Binary110110001000010111001100010011011011111001101011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D885CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D885CC; }

 p { color: rgb(216,133,204); }

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

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

 a { background-color: rgb(216,133,204); }

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

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

 span { border-color: rgb(216,133,204); }

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