Html Css Color HEX #D687D9 Orchid

📋 copy color: '#D687D9'

red 214 ◦ green 135 ◦ blue 217

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

Shades of Orchid #D687D9

Tints of Orchid #D687D9

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.85%

 BLUE value IS 217 (85.16% from 255) = 38.34%

R = 37.81%
G = 23.85%
B = 38.34%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D687D9 (or 0xD687D9) is known color: Orchid. HEX triplet: D6, 87 and D9. RGB value is (214,135,217). Sum of RGB (Red+Green+Blue) = 214+135+217=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 135 (53.12% from 255 or 23.85% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 217 - color contains mainly: blue. Hex color #D687D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D687D9 is #297826. Grayscale: #A7A7A7. Windows color (decimal): -2717735 or 14256086. OLE color: 14256086.

HSL color Cylindrical-coordinate representation of color #D687D9: hue angle of 297.8º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D687D9 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 135 217 -
CMYK 0.01 0.38 0 0.15
HSL 297.8º 0.52% 0.69% -
HSV(B) 297.8º 0.38% 0.85% -
XYZ 48.92 36.63 70.14 -
YUV 167.97 155.67 160.83 -
System Red Green Blue C M Y K H S L
Decimal 214 135 217 0.01 0.38 0 0.15 297.8 0.52 0.69
Hex D6 87 D9 1 26 0 F 12A 34 45
Octal 326 207 331 1 46 0 17 452 64 105
Binary 11010110 10000111 11011001 1 100110 0 1111 100101010 110100 1000101

Color Harmonies of #D687D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D687D9

Black with #D687D9

Text Example


Text Example

White with #D687D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D687D9; }

 p { color: rgb(214,135,217); }

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

background-color css

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

 a { background-color: rgb(214,135,217); }

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

border-color css

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

 span { border-color: rgb(214,135,217); }

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