Html Css Color HEX #D86ADA Orchid

📋 copy color: '#D86ADA'

red 216 ◦ green 106 ◦ blue 218

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

Shades of Orchid #D86ADA

Tints of Orchid #D86ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.37%

R = 40%
G = 19.63%
B = 40.37%

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D86ADA (or 0xD86ADA) is known color: Orchid. HEX triplet: D8, 6A and DA. RGB value is (216,106,218). Sum of RGB (Red+Green+Blue) = 216+106+218=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 106 (41.80% from 255 or 19.63% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #D86ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86ADA is #279525. Grayscale: #979797. Windows color (decimal): -2594086 or 14314200. OLE color: 14314200.

HSL color Cylindrical-coordinate representation of color #D86ADA: hue angle of 298.93º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D86ADA is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 106 218 -
CMYK 0.01 0.51 0 0.15
HSL 298.93º 0.6% 0.64% -
HSV(B) 298.93º 0.51% 0.85% -
XYZ 46.13 29.97 69.68 -
YUV 151.66 165.44 173.89 -
System Red Green Blue C M Y K H S L
Decimal 216 106 218 0.01 0.51 0 0.15 298.93 0.6 0.64
Hex D8 6A DA 1 33 0 F 12B 3C 40
Octal 330 152 332 1 63 0 17 453 74 100
Binary 11011000 1101010 11011010 1 110011 0 1111 100101011 111100 1000000

Color Harmonies of #D86ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86ADA

Black with #D86ADA

Text Example


Text Example

White with #D86ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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