Html Css Color HEX #DA86CE Orchid

📋 copy color: '#DA86CE'

red 218 ◦ green 134 ◦ blue 206

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

Shades of Orchid #DA86CE

Tints of Orchid #DA86CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.92%

R = 39.07%
G = 24.01%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA86CE (or 0xDA86CE) is known color: Orchid. HEX triplet: DA, 86 and CE. RGB value is (218,134,206). Sum of RGB (Red+Green+Blue) = 218+134+206=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 134 (52.73% from 255 or 24.01% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 218 - color contains mainly: red. Hex color #DA86CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA86CE is #257931. Grayscale: #A7A7A7. Windows color (decimal): -2455858 or 13534938. OLE color: 13534938.

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

Color convert

RGB 218 134 206 -
CMYK 0 0.39 0.06 0.15
HSL 308.57º 0.53% 0.69% -
HSV(B) 308.57º 0.39% 0.85% -
XYZ 48.58 36.41 62.86 -
YUV 167.32 149.83 164.15 -
System Red Green Blue C M Y K H S L
Decimal 218 134 206 0 0.39 0.06 0.15 308.57 0.53 0.69
Hex DA 86 CE 0 27 6 F 135 35 45
Octal 332 206 316 0 47 6 17 465 65 105
Binary 11011010 10000110 11001110 0 100111 110 1111 100110101 110101 1000101

Color Harmonies of #DA86CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA86CE

Black with #DA86CE

Text Example


Text Example

White with #DA86CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA86CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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