Html Css Color HEX #D686DC Orchid

📋 copy color: '#D686DC'

red 214 ◦ green 134 ◦ blue 220

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

Shades of Orchid #D686DC

Tints of Orchid #D686DC

RGB

 RED value IS 214 (83.98% from 255) = 37.68%

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

 BLUE value IS 220 (86.33% from 255) = 38.73%

R = 37.68%
G = 23.59%
B = 38.73%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D686DC (or 0xD686DC) is known color: Orchid. HEX triplet: D6, 86 and DC. RGB value is (214,134,220). Sum of RGB (Red+Green+Blue) = 214+134+220=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 134 (52.73% from 255 or 23.59% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #D686DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D686DC is #297923. Grayscale: #A7A7A7. Windows color (decimal): -2717988 or 14452438. OLE color: 14452438.

HSL color Cylindrical-coordinate representation of color #D686DC: hue angle of 295.81º degrees, saturation: 0.55, 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 #D686DC is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 134 220 -
CMYK 0.03 0.39 0 0.14
HSL 295.81º 0.55% 0.69% -
HSV(B) 295.81º 0.39% 0.86% -
XYZ 49.17 36.51 72.17 -
YUV 167.72 157.5 161.01 -
System Red Green Blue C M Y K H S L
Decimal 214 134 220 0.03 0.39 0 0.14 295.81 0.55 0.69
Hex D6 86 DC 3 27 0 E 128 37 45
Octal 326 206 334 3 47 0 16 450 67 105
Binary 11010110 10000110 11011100 11 100111 0 1110 100101000 110111 1000101

Color Harmonies of #D686DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D686DC

Black with #D686DC

Text Example


Text Example

White with #D686DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D686DC; }

 p { color: rgb(214,134,220); }

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

background-color css

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

 a { background-color: rgb(214,134,220); }

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

border-color css

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

 span { border-color: rgb(214,134,220); }

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