Html Css Color HEX #D286DF Orchid

📋 copy color: '#D286DF'

red 210 ◦ green 134 ◦ blue 223

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

Shades of Orchid #D286DF

Tints of Orchid #D286DF

RGB

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

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

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

R = 37.04%
G = 23.63%
B = 39.33%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D286DF (or 0xD286DF) is known color: Orchid. HEX triplet: D2, 86 and DF. RGB value is (210,134,223). Sum of RGB (Red+Green+Blue) = 210+134+223=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 134 (52.73% from 255 or 23.63% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #D286DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D286DF is #2D7920. Grayscale: #A6A6A6. Windows color (decimal): -2980129 or 14649042. OLE color: 14649042.

HSL color Cylindrical-coordinate representation of color #D286DF: hue angle of 291.24º 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 #D286DF is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 134 223 -
CMYK 0.06 0.40 0 0.13
HSL 291.24º 0.58% 0.7% -
HSV(B) 291.24º 0.4% 0.87% -
XYZ 48.42 36.08 74.22 -
YUV 166.87 159.68 158.76 -
System Red Green Blue C M Y K H S L
Decimal 210 134 223 0.06 0.40 0 0.13 291.24 0.58 0.7
Hex D2 86 DF 6 28 0 D 123 3A 46
Octal 322 206 337 6 50 0 15 443 72 106
Binary 11010010 10000110 11011111 110 101000 0 1101 100100011 111010 1000110

Color Harmonies of #D286DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D286DF

Black with #D286DF

Text Example


Text Example

White with #D286DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D286DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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