Html Css Color HEX #D286DB Orchid

📋 copy color: '#D286DB'

red 210 ◦ green 134 ◦ blue 219

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

Shades of Orchid #D286DB

Tints of Orchid #D286DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.9%

R = 37.3%
G = 23.8%
B = 38.9%

CMYK

 C value IS 0.04

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D286DB (or 0xD286DB) is known color: Orchid. HEX triplet: D2, 86 and DB. RGB value is (210,134,219). Sum of RGB (Red+Green+Blue) = 210+134+219=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 134 (52.73% from 255 or 23.80% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #D286DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D286DB is #2D7924. Grayscale: #A6A6A6. Windows color (decimal): -2980133 or 14386898. OLE color: 14386898.

HSL color Cylindrical-coordinate representation of color #D286DB: hue angle of 293.65º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D286DB is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 134 219 -
CMYK 0.04 0.39 0 0.14
HSL 293.65º 0.54% 0.69% -
HSV(B) 293.65º 0.39% 0.86% -
XYZ 47.89 35.87 71.42 -
YUV 166.41 157.68 159.09 -
System Red Green Blue C M Y K H S L
Decimal 210 134 219 0.04 0.39 0 0.14 293.65 0.54 0.69
Hex D2 86 DB 4 27 0 E 126 36 45
Octal 322 206 333 4 47 0 16 446 66 105
Binary 11010010 10000110 11011011 100 100111 0 1110 100100110 110110 1000101

Color Harmonies of #D286DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D286DB

Black with #D286DB

Text Example


Text Example

White with #D286DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D286DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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