Html Css Color HEX #D86AE1 Orchid

📋 copy color: '#D86AE1'

red 216 ◦ green 106 ◦ blue 225

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

Shades of Orchid #D86AE1

Tints of Orchid #D86AE1

RGB

 RED value IS 216 (84.77% from 255) = 39.49%

 GREEN value IS 106 (41.8% from 255) = 19.38%

 BLUE value IS 225 (88.28% from 255) = 41.13%

R = 39.49%
G = 19.38%
B = 41.13%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D86AE1 (or 0xD86AE1) is known color: Orchid. HEX triplet: D8, 6A and E1. RGB value is (216,106,225). Sum of RGB (Red+Green+Blue) = 216+106+225=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 106 (41.80% from 255 or 19.38% from 547); Blue value is 225 (88.28% from 255 or 41.13% from 547); Max value from RGB is 225 - color contains mainly: blue. Hex color #D86AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86AE1 is #27951E. Grayscale: #989898. Windows color (decimal): -2594079 or 14772952. OLE color: 14772952.

HSL color Cylindrical-coordinate representation of color #D86AE1: hue angle of 295.46º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D86AE1 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 216 106 225 -
CMYK 0.04 0.53 0 0.12
HSL 295.46º 0.66% 0.65% -
HSV(B) 295.46º 0.53% 0.88% -
XYZ 47.06 30.34 74.61 -
YUV 152.46 168.94 173.32 -
System Red Green Blue C M Y K H S L
Decimal 216 106 225 0.04 0.53 0 0.12 295.46 0.66 0.65
Hex D8 6A E1 4 35 0 C 127 42 41
Octal 330 152 341 4 65 0 14 447 102 101
Binary 11011000 1101010 11100001 100 110101 0 1100 100100111 1000010 1000001

Color Harmonies of #D86AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86AE1

Black with #D86AE1

Text Example


Text Example

White with #D86AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86AE1; }

 p { color: rgb(216,106,225); }

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

background-color css

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

 a { background-color: rgb(216,106,225); }

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

border-color css

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

 span { border-color: rgb(216,106,225); }

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