Html Css Color HEX #DA87D2 Orchid

📋 copy color: '#DA87D2'

red 218 ◦ green 135 ◦ blue 210

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

Shades of Orchid #DA87D2

Tints of Orchid #DA87D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.3%

R = 38.72%
G = 23.98%
B = 37.3%

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

#DA87D2 (or 0xDA87D2) is known color: Orchid. HEX triplet: DA, 87 and D2. RGB value is (218,135,210). Sum of RGB (Red+Green+Blue) = 218+135+210=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 135 (53.12% from 255 or 23.98% from 563); Blue value is 210 (82.42% from 255 or 37.30% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DA87D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA87D2 is #25782D. Grayscale: #A8A8A8. Windows color (decimal): -2455598 or 13797338. OLE color: 13797338.

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

Color convert

RGB 218 135 210 -
CMYK 0 0.38 0.04 0.15
HSL 305.78º 0.53% 0.69% -
HSV(B) 305.78º 0.38% 0.85% -
XYZ 49.21 36.89 65.5 -
YUV 168.37 151.5 163.4 -
System Red Green Blue C M Y K H S L
Decimal 218 135 210 0 0.38 0.04 0.15 305.78 0.53 0.69
Hex DA 87 D2 0 26 4 F 132 35 45
Octal 332 207 322 0 46 4 17 462 65 105
Binary 11011010 10000111 11010010 0 100110 100 1111 100110010 110101 1000101

Color Harmonies of #DA87D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA87D2

Black with #DA87D2

Text Example


Text Example

White with #DA87D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA87D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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