Html Css Color HEX #D687D3 Orchid

📋 copy color: '#D687D3'

red 214 ◦ green 135 ◦ blue 211

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

Shades of Orchid #D687D3

Tints of Orchid #D687D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.68%

R = 38.21%
G = 24.11%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D687D3 (or 0xD687D3) is known color: Orchid. HEX triplet: D6, 87 and D3. RGB value is (214,135,211). Sum of RGB (Red+Green+Blue) = 214+135+211=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 135 (53.12% from 255 or 24.11% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 214 - color contains mainly: red. Hex color #D687D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D687D3 is #29782C. Grayscale: #A7A7A7. Windows color (decimal): -2717741 or 13862870. OLE color: 13862870.

HSL color Cylindrical-coordinate representation of color #D687D3: hue angle of 302.28º 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 #D687D3 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 135 211 -
CMYK 0 0.37 0.01 0.16
HSL 302.28º 0.49% 0.68% -
HSV(B) 302.28º 0.37% 0.84% -
XYZ 48.15 36.33 66.1 -
YUV 167.29 152.67 161.32 -
System Red Green Blue C M Y K H S L
Decimal 214 135 211 0 0.37 0.01 0.16 302.28 0.49 0.68
Hex D6 87 D3 0 25 1 10 12E 31 44
Octal 326 207 323 0 45 1 20 456 61 104
Binary 11010110 10000111 11010011 0 100101 1 10000 100101110 110001 1000100

Color Harmonies of #D687D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D687D3

Black with #D687D3

Text Example


Text Example

White with #D687D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D687D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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