Html Css Color HEX #D687D0 Orchid

📋 copy color: '#D687D0'

red 214 ◦ green 135 ◦ blue 208

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

Shades of Orchid #D687D0

Tints of Orchid #D687D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.34%

R = 38.42%
G = 24.24%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D687D0 (or 0xD687D0) is known color: Orchid. HEX triplet: D6, 87 and D0. RGB value is (214,135,208). Sum of RGB (Red+Green+Blue) = 214+135+208=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 135 (53.12% from 255 or 24.24% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 214 - color contains mainly: red. Hex color #D687D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D687D0 is #29782F. Grayscale: #A6A6A6. Windows color (decimal): -2717744 or 13666262. OLE color: 13666262.

HSL color Cylindrical-coordinate representation of color #D687D0: hue angle of 304.56º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D687D0 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 135 208 -
CMYK 0 0.37 0.03 0.16
HSL 304.56º 0.49% 0.68% -
HSV(B) 304.56º 0.37% 0.84% -
XYZ 47.78 36.18 64.14 -
YUV 166.94 151.17 161.56 -
System Red Green Blue C M Y K H S L
Decimal 214 135 208 0 0.37 0.03 0.16 304.56 0.49 0.68
Hex D6 87 D0 0 25 3 10 131 31 44
Octal 326 207 320 0 45 3 20 461 61 104
Binary 11010110 10000111 11010000 0 100101 11 10000 100110001 110001 1000100

Color Harmonies of #D687D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D687D0

Black with #D687D0

Text Example


Text Example

White with #D687D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D687D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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