Html Css Color HEX #D687D8 Orchid

📋 copy color: '#D687D8'

red 214 ◦ green 135 ◦ blue 216

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

Shades of Orchid #D687D8

Tints of Orchid #D687D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.23%

R = 37.88%
G = 23.89%
B = 38.23%

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

#D687D8 (or 0xD687D8) is known color: Orchid. HEX triplet: D6, 87 and D8. RGB value is (214,135,216). Sum of RGB (Red+Green+Blue) = 214+135+216=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 135 (53.12% from 255 or 23.89% from 565); Blue value is 216 (84.77% from 255 or 38.23% from 565); Max value from RGB is 216 - color contains mainly: blue. Hex color #D687D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D687D8 is #297827. Grayscale: #A7A7A7. Windows color (decimal): -2717736 or 14190550. OLE color: 14190550.

HSL color Cylindrical-coordinate representation of color #D687D8: hue angle of 298.52º degrees, saturation: 0.51, 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 #D687D8 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 135 216 -
CMYK 0.01 0.38 0 0.15
HSL 298.52º 0.51% 0.69% -
HSV(B) 298.52º 0.38% 0.85% -
XYZ 48.79 36.58 69.46 -
YUV 167.86 155.17 160.91 -
System Red Green Blue C M Y K H S L
Decimal 214 135 216 0.01 0.38 0 0.15 298.52 0.51 0.69
Hex D6 87 D8 1 26 0 F 12B 33 45
Octal 326 207 330 1 46 0 17 453 63 105
Binary 11010110 10000111 11011000 1 100110 0 1111 100101011 110011 1000101

Color Harmonies of #D687D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D687D8

Black with #D687D8

Text Example


Text Example

White with #D687D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D687D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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