Html Css Color HEX #D687DC Orchid

📋 copy color: '#D687DC'

red 214 ◦ green 135 ◦ blue 220

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

Shades of Orchid #D687DC

Tints of Orchid #D687DC

RGB

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

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

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

R = 37.61%
G = 23.73%
B = 38.66%

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

#D687DC (or 0xD687DC) is known color: Orchid. HEX triplet: D6, 87 and DC. RGB value is (214,135,220). Sum of RGB (Red+Green+Blue) = 214+135+220=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 135 (53.12% from 255 or 23.73% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #D687DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D687DC is #297823. Grayscale: #A8A8A8. Windows color (decimal): -2717732 or 14452694. OLE color: 14452694.

HSL color Cylindrical-coordinate representation of color #D687DC: hue angle of 295.76º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D687DC is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 135 220 -
CMYK 0.03 0.39 0 0.14
HSL 295.76º 0.55% 0.7% -
HSV(B) 295.76º 0.39% 0.86% -
XYZ 49.31 36.79 72.21 -
YUV 168.31 157.17 160.59 -
System Red Green Blue C M Y K H S L
Decimal 214 135 220 0.03 0.39 0 0.14 295.76 0.55 0.7
Hex D6 87 DC 3 27 0 E 128 37 46
Octal 326 207 334 3 47 0 16 450 67 106
Binary 11010110 10000111 11011100 11 100111 0 1110 100101000 110111 1000110

Color Harmonies of #D687DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D687DC

Black with #D687DC

Text Example


Text Example

White with #D687DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D687DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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