Html Css Color HEX #D86DDD Orchid

📋 copy color: '#D86DDD'

red 216 ◦ green 109 ◦ blue 221

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

Shades of Orchid #D86DDD

Tints of Orchid #D86DDD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.96%

 BLUE value IS 221 (86.72% from 255) = 40.48%

R = 39.56%
G = 19.96%
B = 40.48%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D86DDD (or 0xD86DDD) is known color: Orchid. HEX triplet: D8, 6D and DD. RGB value is (216,109,221). Sum of RGB (Red+Green+Blue) = 216+109+221=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 109 (42.97% from 255 or 19.96% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #D86DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86DDD is #279222. Grayscale: #999999. Windows color (decimal): -2593315 or 14511576. OLE color: 14511576.

HSL color Cylindrical-coordinate representation of color #D86DDD: hue angle of 297.32º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D86DDD is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 109 221 -
CMYK 0.02 0.51 0 0.13
HSL 297.32º 0.62% 0.65% -
HSV(B) 297.32º 0.51% 0.87% -
XYZ 46.84 30.76 71.87 -
YUV 153.76 165.95 172.39 -
System Red Green Blue C M Y K H S L
Decimal 216 109 221 0.02 0.51 0 0.13 297.32 0.62 0.65
Hex D8 6D DD 2 33 0 D 129 3E 41
Octal 330 155 335 2 63 0 15 451 76 101
Binary 11011000 1101101 11011101 10 110011 0 1101 100101001 111110 1000001

Color Harmonies of #D86DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86DDD

Black with #D86DDD

Text Example


Text Example

White with #D86DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86DDD; }

 p { color: rgb(216,109,221); }

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

background-color css

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

 a { background-color: rgb(216,109,221); }

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

border-color css

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

 span { border-color: rgb(216,109,221); }

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