Html Css Color HEX #DA86C9 Orchid

📋 copy color: '#DA86C9'

red 218 ◦ green 134 ◦ blue 201

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

Shades of Orchid #DA86C9

Tints of Orchid #DA86C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.35%

R = 39.42%
G = 24.23%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DA86C9 (or 0xDA86C9) is known color: Orchid. HEX triplet: DA, 86 and C9. RGB value is (218,134,201). Sum of RGB (Red+Green+Blue) = 218+134+201=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 134 (52.73% from 255 or 24.23% from 553); Blue value is 201 (78.91% from 255 or 36.35% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DA86C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA86C9 is #257936. Grayscale: #A6A6A6. Windows color (decimal): -2455863 or 13207258. OLE color: 13207258.

HSL color Cylindrical-coordinate representation of color #DA86C9: hue angle of 312.14º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA86C9 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 134 201 -
CMYK 0 0.39 0.08 0.15
HSL 312.14º 0.53% 0.69% -
HSV(B) 312.14º 0.39% 0.85% -
XYZ 47.98 36.17 59.71 -
YUV 166.75 147.33 164.55 -
System Red Green Blue C M Y K H S L
Decimal 218 134 201 0 0.39 0.08 0.15 312.14 0.53 0.69
Hex DA 86 C9 0 27 8 F 138 35 45
Octal 332 206 311 0 47 10 17 470 65 105
Binary 11011010 10000110 11001001 0 100111 1000 1111 100111000 110101 1000101

Color Harmonies of #DA86C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA86C9

Black with #DA86C9

Text Example


Text Example

White with #DA86C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA86C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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