Html Css Color HEX #DA87D4 Orchid

📋 copy color: '#DA87D4'

red 218 ◦ green 135 ◦ blue 212

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

Shades of Orchid #DA87D4

Tints of Orchid #DA87D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.52%

R = 38.58%
G = 23.89%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#DA87D4 (or 0xDA87D4) is known color: Orchid. HEX triplet: DA, 87 and D4. RGB value is (218,135,212). Sum of RGB (Red+Green+Blue) = 218+135+212=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 135 (53.12% from 255 or 23.89% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DA87D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA87D4 is #25782B. Grayscale: #A8A8A8. Windows color (decimal): -2455596 or 13928410. OLE color: 13928410.

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

Color convert

RGB 218 135 212 -
CMYK 0 0.38 0.03 0.15
HSL 304.34º 0.53% 0.69% -
HSV(B) 304.34º 0.38% 0.85% -
XYZ 49.46 36.99 66.82 -
YUV 168.6 152.5 163.24 -
System Red Green Blue C M Y K H S L
Decimal 218 135 212 0 0.38 0.03 0.15 304.34 0.53 0.69
Hex DA 87 D4 0 26 3 F 130 35 45
Octal 332 207 324 0 46 3 17 460 65 105
Binary 11011010 10000111 11010100 0 100110 11 1111 100110000 110101 1000101

Color Harmonies of #DA87D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA87D4

Black with #DA87D4

Text Example


Text Example

White with #DA87D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA87D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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