Html Css Color HEX #D86AE5 Orchid

📋 copy color: '#D86AE5'

red 216 ◦ green 106 ◦ blue 229

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

Shades of Orchid #D86AE5

Tints of Orchid #D86AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.56%

R = 39.2%
G = 19.24%
B = 41.56%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D86AE5 (or 0xD86AE5) is known color: Orchid. HEX triplet: D8, 6A and E5. RGB value is (216,106,229). Sum of RGB (Red+Green+Blue) = 216+106+229=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 106 (41.80% from 255 or 19.24% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 229 - color contains mainly: blue. Hex color #D86AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86AE5 is #27951A. Grayscale: #989898. Windows color (decimal): -2594075 or 15035096. OLE color: 15035096.

HSL color Cylindrical-coordinate representation of color #D86AE5: hue angle of 293.66º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D86AE5 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 216 106 229 -
CMYK 0.06 0.54 0 0.10
HSL 293.66º 0.7% 0.66% -
HSV(B) 293.66º 0.54% 0.9% -
XYZ 47.62 30.56 77.52 -
YUV 152.91 170.94 173 -
System Red Green Blue C M Y K H S L
Decimal 216 106 229 0.06 0.54 0 0.10 293.66 0.7 0.66
Hex D8 6A E5 6 36 0 A 126 46 42
Octal 330 152 345 6 66 0 12 446 106 102
Binary 11011000 1101010 11100101 110 110110 0 1010 100100110 1000110 1000010

Color Harmonies of #D86AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86AE5

Black with #D86AE5

Text Example


Text Example

White with #D86AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86AE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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