Html Css Color HEX #DA87DD Orchid

📋 copy color: '#DA87DD'

red 218 ◦ green 135 ◦ blue 221

#DA87DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #DA87DD

Tints of Orchid #DA87DD

RGB

 RED value IS 218 (85.55% from 255) = 37.98%

 GREEN value IS 135 (53.13% from 255) = 23.52%

 BLUE value IS 221 (86.72% from 255) = 38.5%

R = 37.98%
G = 23.52%
B = 38.5%

CMYK

 C value IS 0.01

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA87DD (or 0xDA87DD) is known color: Orchid. HEX triplet: DA, 87 and DD. RGB value is (218,135,221). Sum of RGB (Red+Green+Blue) = 218+135+221=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 135 (53.12% from 255 or 23.52% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA87DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA87DD is #257822. Grayscale: #A9A9A9. Windows color (decimal): -2455587 or 14518234. OLE color: 14518234.

HSL color Cylindrical-coordinate representation of color #DA87DD: hue angle of 297.91º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA87DD is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 135 221 -
CMYK 0.01 0.39 0 0.13
HSL 297.91º 0.56% 0.7% -
HSV(B) 297.91º 0.39% 0.87% -
XYZ 50.63 37.45 72.97 -
YUV 169.62 157 162.51 -
System Red Green Blue C M Y K H S L
Decimal 218 135 221 0.01 0.39 0 0.13 297.91 0.56 0.7
Hex DA 87 DD 1 27 0 D 12A 38 46
Octal 332 207 335 1 47 0 15 452 70 106
Binary 11011010 10000111 11011101 1 100111 0 1101 100101010 111000 1000110

Color Harmonies of #DA87DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA87DD

Black with #DA87DD

Text Example


Text Example

White with #DA87DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA87DD; }

 p { color: rgb(218,135,221); }

 H1.HeaderClassName
 {
   color: #DA87DD;
 }
 .AnyTagClassName
 {
   color: #DA87DD;
 }
</style>

background-color css

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

 a { background-color: rgb(218,135,221); }

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

border-color css

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

 span { border-color: rgb(218,135,221); }

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