#DA88D7

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

Shades of Orchid #DA88D7

Tints of Orchid #DA88D7

Color information

#DA88D7 (or 0xDA88D7) is unknown color: approx Orchid. HEX triplet: DA, 88 and D7. RGB value is (218,136,215). Sum of RGB (Red+Green+Blue) = 218+136+215=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 136 (53.52% from 255 or 23.90% from 569); Blue value is 215 (84.38% from 255 or 37.79% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DA88D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA88D7 is #257728. Grayscale: #A9A9A9. Windows color (decimal): -2455337 or 14125274. OLE color: 14125274.

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

Color convert

RGB218136215-
CMYK00.380.010.15
HSL302.2º52.56%69.41%-
HSV(B)302.2º37.61%85.49%-
XYZ49.9837.4268.88-
YUV169.52153.67162.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.31%
GREEN value IS 136 (53.52% from 255) = 23.90%
BLUE value IS 215 (84.38% from 255) = 37.79%
R=38.31%
G=23.90%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813621500.380.010.15302.252.5669.41
HexDA88D70261F12e3545
Octal33221032704611745665105
Binary1101101010001000110101110100110111111001011101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA88D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA88D7; }

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

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

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

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

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

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

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

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