Html Css Color HEX #DA86DE Orchid

📋 copy color: '#DA86DE'

red 218 ◦ green 134 ◦ blue 222

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

Shades of Orchid #DA86DE

Tints of Orchid #DA86DE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.34%

 BLUE value IS 222 (87.11% from 255) = 38.68%

R = 37.98%
G = 23.34%
B = 38.68%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA86DE (or 0xDA86DE) is known color: Orchid. HEX triplet: DA, 86 and DE. RGB value is (218,134,222). Sum of RGB (Red+Green+Blue) = 218+134+222=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 134 (52.73% from 255 or 23.34% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA86DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA86DE is #257921. Grayscale: #A8A8A8. Windows color (decimal): -2455842 or 14583514. OLE color: 14583514.

HSL color Cylindrical-coordinate representation of color #DA86DE: hue angle of 297.27º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA86DE is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 134 222 -
CMYK 0.02 0.40 0 0.13
HSL 297.27º 0.57% 0.7% -
HSV(B) 297.27º 0.4% 0.87% -
XYZ 50.62 37.23 73.63 -
YUV 169.15 157.83 162.84 -
System Red Green Blue C M Y K H S L
Decimal 218 134 222 0.02 0.40 0 0.13 297.27 0.57 0.7
Hex DA 86 DE 2 28 0 D 129 39 46
Octal 332 206 336 2 50 0 15 451 71 106
Binary 11011010 10000110 11011110 10 101000 0 1101 100101001 111001 1000110

Color Harmonies of #DA86DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA86DE

Black with #DA86DE

Text Example


Text Example

White with #DA86DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA86DE; }

 p { color: rgb(218,134,222); }

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

background-color css

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

 a { background-color: rgb(218,134,222); }

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

border-color css

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

 span { border-color: rgb(218,134,222); }

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