Html Css Color HEX #D86ABA Orchid

📋 copy color: '#D86ABA'

red 216 ◦ green 106 ◦ blue 186

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

Shades of Orchid #D86ABA

Tints of Orchid #D86ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.61%

R = 42.52%
G = 20.87%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D86ABA (or 0xD86ABA) is known color: Orchid. HEX triplet: D8, 6A and BA. RGB value is (216,106,186). Sum of RGB (Red+Green+Blue) = 216+106+186=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 106 (41.80% from 255 or 20.87% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D86ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86ABA is #279545. Grayscale: #939393. Windows color (decimal): -2594118 or 12217048. OLE color: 12217048.

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

Color convert

RGB 216 106 186 -
CMYK 0 0.51 0.14 0.15
HSL 316.36º 0.59% 0.63% -
HSV(B) 316.36º 0.51% 0.85% -
XYZ 42.34 28.45 49.71 -
YUV 148.01 149.44 176.5 -
System Red Green Blue C M Y K H S L
Decimal 216 106 186 0 0.51 0.14 0.15 316.36 0.59 0.63
Hex D8 6A BA 0 33 E F 13C 3B 3F
Octal 330 152 272 0 63 16 17 474 73 77
Binary 11011000 1101010 10111010 0 110011 1110 1111 100111100 111011 111111

Color Harmonies of #D86ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86ABA

Black with #D86ABA

Text Example


Text Example

White with #D86ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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