#D788C9

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

Shades of Orchid #D788C9

Tints of Orchid #D788C9

Color information

#D788C9 (or 0xD788C9) is unknown color: approx Orchid. HEX triplet: D7, 88 and C9. RGB value is (215,136,201). Sum of RGB (Red+Green+Blue) = 215+136+201=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 136 (53.52% from 255 or 24.64% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 215 - color contains mainly: red. Hex color #D788C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D788C9 is #287736. Grayscale: #A6A6A6. Windows color (decimal): -2651959 or 13207767. OLE color: 13207767.

HSL color Cylindrical-coordinate representation of color #D788C9: hue angle of 310.63º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D788C9 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB215136201-
CMYK00.370.070.16
HSL310.63º49.69%68.82%-
HSV(B)310.63º36.74%84.31%-
XYZ47.3736.2759.76-
YUV167.03147.17162.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.95%
GREEN value IS 136 (53.52% from 255) = 24.64%
BLUE value IS 201 (78.91% from 255) = 36.41%
R=38.95%
G=24.64%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513620100.370.070.16310.6349.6968.82
HexD788C90257101373245
Octal32721031104572046762105
Binary1101011110001000110010010100101111100001001101111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D788C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D788C9; }

 p { color: rgb(215,136,201); }

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

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

 a { background-color: rgb(215,136,201); }

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

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

 span { border-color: rgb(215,136,201); }

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