Html Css Color HEX #DA87D1 Orchid

📋 copy color: '#DA87D1'

red 218 ◦ green 135 ◦ blue 209

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

Shades of Orchid #DA87D1

Tints of Orchid #DA87D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.19%

R = 38.79%
G = 24.02%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#DA87D1 (or 0xDA87D1) is known color: Orchid. HEX triplet: DA, 87 and D1. RGB value is (218,135,209). Sum of RGB (Red+Green+Blue) = 218+135+209=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 135 (53.12% from 255 or 24.02% from 562); Blue value is 209 (82.03% from 255 or 37.19% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DA87D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA87D1 is #25782E. Grayscale: #A8A8A8. Windows color (decimal): -2455599 or 13731802. OLE color: 13731802.

HSL color Cylindrical-coordinate representation of color #DA87D1: hue angle of 306.51º 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 #DA87D1 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 135 209 -
CMYK 0 0.38 0.04 0.15
HSL 306.51º 0.53% 0.69% -
HSV(B) 306.51º 0.38% 0.85% -
XYZ 49.09 36.84 64.84 -
YUV 168.25 151 163.48 -
System Red Green Blue C M Y K H S L
Decimal 218 135 209 0 0.38 0.04 0.15 306.51 0.53 0.69
Hex DA 87 D1 0 26 4 F 133 35 45
Octal 332 207 321 0 46 4 17 463 65 105
Binary 11011010 10000111 11010001 0 100110 100 1111 100110011 110101 1000101

Color Harmonies of #DA87D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA87D1

Black with #DA87D1

Text Example


Text Example

White with #DA87D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA87D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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