Html Css Color HEX #D86AE0 Orchid

📋 copy color: '#D86AE0'

red 216 ◦ green 106 ◦ blue 224

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

Shades of Orchid #D86AE0

Tints of Orchid #D86AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.03%

R = 39.56%
G = 19.41%
B = 41.03%

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

#D86AE0 (or 0xD86AE0) is known color: Orchid. HEX triplet: D8, 6A and E0. RGB value is (216,106,224). Sum of RGB (Red+Green+Blue) = 216+106+224=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 106 (41.80% from 255 or 19.41% from 546); Blue value is 224 (87.89% from 255 or 41.03% from 546); Max value from RGB is 224 - color contains mainly: blue. Hex color #D86AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86AE0 is #27951F. Grayscale: #979797. Windows color (decimal): -2594080 or 14707416. OLE color: 14707416.

HSL color Cylindrical-coordinate representation of color #D86AE0: hue angle of 295.93º 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 #D86AE0 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 216 106 224 -
CMYK 0.04 0.53 0 0.12
HSL 295.93º 0.66% 0.65% -
HSV(B) 295.93º 0.53% 0.88% -
XYZ 46.93 30.29 73.89 -
YUV 152.34 168.44 173.41 -
System Red Green Blue C M Y K H S L
Decimal 216 106 224 0.04 0.53 0 0.12 295.93 0.66 0.65
Hex D8 6A E0 4 35 0 C 128 42 41
Octal 330 152 340 4 65 0 14 450 102 101
Binary 11011000 1101010 11100000 100 110101 0 1100 100101000 1000010 1000001

Color Harmonies of #D86AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86AE0

Black with #D86AE0

Text Example


Text Example

White with #D86AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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