Html Css Color HEX #D286D1 Orchid

📋 copy color: '#D286D1'

red 210 ◦ green 134 ◦ blue 209

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

Shades of Orchid #D286D1

Tints of Orchid #D286D1

RGB

 RED value IS 210 (82.42% from 255) = 37.97%

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

 BLUE value IS 209 (82.03% from 255) = 37.79%

R = 37.97%
G = 24.23%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D286D1 (or 0xD286D1) is known color: Orchid. HEX triplet: D2, 86 and D1. RGB value is (210,134,209). Sum of RGB (Red+Green+Blue) = 210+134+209=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 134 (52.73% from 255 or 24.23% from 553); Blue value is 209 (82.03% from 255 or 37.79% from 553); Max value from RGB is 210 - color contains mainly: red. Hex color #D286D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D286D1 is #2D792E. Grayscale: #A5A5A5. Windows color (decimal): -2980143 or 13731538. OLE color: 13731538.

HSL color Cylindrical-coordinate representation of color #D286D1: hue angle of 300.79º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D286D1 is Cyan = 0, Magento = 0.36, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 134 209 -
CMYK 0 0.36 0.00 0.18
HSL 300.79º 0.46% 0.67% -
HSV(B) 300.79º 0.36% 0.82% -
XYZ 46.61 35.36 64.69 -
YUV 165.27 152.68 159.9 -
System Red Green Blue C M Y K H S L
Decimal 210 134 209 0 0.36 0.00 0.18 300.79 0.46 0.67
Hex D2 86 D1 0 24 0 12 12D 2E 43
Octal 322 206 321 0 44 0 22 455 56 103
Binary 11010010 10000110 11010001 0 100100 0 10010 100101101 101110 1000011

Color Harmonies of #D286D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D286D1

Black with #D286D1

Text Example


Text Example

White with #D286D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D286D1; }

 p { color: rgb(210,134,209); }

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

background-color css

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

 a { background-color: rgb(210,134,209); }

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

border-color css

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

 span { border-color: rgb(210,134,209); }

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