Html Css Color HEX #DA86DC Orchid

📋 copy color: '#DA86DC'

red 218 ◦ green 134 ◦ blue 220

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

Shades of Orchid #DA86DC

Tints of Orchid #DA86DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.46%

R = 38.11%
G = 23.43%
B = 38.46%

CMYK

 C value IS 0.01

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA86DC (or 0xDA86DC) is known color: Orchid. HEX triplet: DA, 86 and DC. RGB value is (218,134,220). Sum of RGB (Red+Green+Blue) = 218+134+220=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 134 (52.73% from 255 or 23.43% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA86DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA86DC is #257923. Grayscale: #A8A8A8. Windows color (decimal): -2455844 or 14452442. OLE color: 14452442.

HSL color Cylindrical-coordinate representation of color #DA86DC: hue angle of 298.6º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA86DC is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 134 220 -
CMYK 0.01 0.39 0 0.14
HSL 298.6º 0.55% 0.69% -
HSV(B) 298.6º 0.39% 0.86% -
XYZ 50.36 37.12 72.22 -
YUV 168.92 156.83 163.01 -
System Red Green Blue C M Y K H S L
Decimal 218 134 220 0.01 0.39 0 0.14 298.6 0.55 0.69
Hex DA 86 DC 1 27 0 E 12B 37 45
Octal 332 206 334 1 47 0 16 453 67 105
Binary 11011010 10000110 11011100 1 100111 0 1110 100101011 110111 1000101

Color Harmonies of #DA86DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA86DC

Black with #DA86DC

Text Example


Text Example

White with #DA86DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA86DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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