Html Css Color HEX #D486DF Orchid

📋 copy color: '#D486DF'

red 212 ◦ green 134 ◦ blue 223

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

Shades of Orchid #D486DF

Tints of Orchid #D486DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.19%

R = 37.26%
G = 23.55%
B = 39.19%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D486DF (or 0xD486DF) is known color: Orchid. HEX triplet: D4, 86 and DF. RGB value is (212,134,223). Sum of RGB (Red+Green+Blue) = 212+134+223=569 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.26% from 569); Green value is 134 (52.73% from 255 or 23.55% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #D486DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D486DF is #2B7920. Grayscale: #A7A7A7. Windows color (decimal): -2849057 or 14649044. OLE color: 14649044.

HSL color Cylindrical-coordinate representation of color #D486DF: hue angle of 292.58º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D486DF is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 134 223 -
CMYK 0.05 0.40 0 0.13
HSL 292.58º 0.58% 0.7% -
HSV(B) 292.58º 0.4% 0.87% -
XYZ 49 36.37 74.25 -
YUV 167.47 159.34 159.76 -
System Red Green Blue C M Y K H S L
Decimal 212 134 223 0.05 0.40 0 0.13 292.58 0.58 0.7
Hex D4 86 DF 5 28 0 D 125 3A 46
Octal 324 206 337 5 50 0 15 445 72 106
Binary 11010100 10000110 11011111 101 101000 0 1101 100100101 111010 1000110

Color Harmonies of #D486DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D486DF

Black with #D486DF

Text Example


Text Example

White with #D486DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D486DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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