Html Css Color HEX #D486DD Orchid

📋 copy color: '#D486DD'

red 212 ◦ green 134 ◦ blue 221

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

Shades of Orchid #D486DD

Tints of Orchid #D486DD

RGB

 RED value IS 212 (83.2% from 255) = 37.39%

 GREEN value IS 134 (52.73% from 255) = 23.63%

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

R = 37.39%
G = 23.63%
B = 38.98%

CMYK

 C value IS 0.04

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D486DD (or 0xD486DD) is known color: Orchid. HEX triplet: D4, 86 and DD. RGB value is (212,134,221). Sum of RGB (Red+Green+Blue) = 212+134+221=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 134 (52.73% from 255 or 23.63% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #D486DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D486DD is #2B7922. Grayscale: #A6A6A6. Windows color (decimal): -2849059 or 14517972. OLE color: 14517972.

HSL color Cylindrical-coordinate representation of color #D486DD: hue angle of 293.79º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D486DD is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 134 221 -
CMYK 0.04 0.39 0 0.13
HSL 293.79º 0.56% 0.7% -
HSV(B) 293.79º 0.39% 0.87% -
XYZ 48.73 36.27 72.84 -
YUV 167.24 158.34 159.93 -
System Red Green Blue C M Y K H S L
Decimal 212 134 221 0.04 0.39 0 0.13 293.79 0.56 0.7
Hex D4 86 DD 4 27 0 D 126 38 46
Octal 324 206 335 4 47 0 15 446 70 106
Binary 11010100 10000110 11011101 100 100111 0 1101 100100110 111000 1000110

Color Harmonies of #D486DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D486DD

Black with #D486DD

Text Example


Text Example

White with #D486DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D486DD; }

 p { color: rgb(212,134,221); }

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

background-color css

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

 a { background-color: rgb(212,134,221); }

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

border-color css

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

 span { border-color: rgb(212,134,221); }

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