Html Css Color HEX #D86ADE Orchid

📋 copy color: '#D86ADE'

red 216 ◦ green 106 ◦ blue 222

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

Shades of Orchid #D86ADE

Tints of Orchid #D86ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.81%

R = 39.71%
G = 19.49%
B = 40.81%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D86ADE (or 0xD86ADE) is known color: Orchid. HEX triplet: D8, 6A and DE. RGB value is (216,106,222). Sum of RGB (Red+Green+Blue) = 216+106+222=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 106 (41.80% from 255 or 19.49% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #D86ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86ADE is #279521. Grayscale: #979797. Windows color (decimal): -2594082 or 14576344. OLE color: 14576344.

HSL color Cylindrical-coordinate representation of color #D86ADE: hue angle of 296.9º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D86ADE is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 106 222 -
CMYK 0.03 0.52 0 0.13
HSL 296.9º 0.64% 0.64% -
HSV(B) 296.9º 0.52% 0.87% -
XYZ 46.66 30.18 72.47 -
YUV 152.11 167.44 173.57 -
System Red Green Blue C M Y K H S L
Decimal 216 106 222 0.03 0.52 0 0.13 296.9 0.64 0.64
Hex D8 6A DE 3 34 0 D 129 40 40
Octal 330 152 336 3 64 0 15 451 100 100
Binary 11011000 1101010 11011110 11 110100 0 1101 100101001 1000000 1000000

Color Harmonies of #D86ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86ADE

Black with #D86ADE

Text Example


Text Example

White with #D86ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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