Html Css Color HEX #D687DD Orchid

📋 copy color: '#D687DD'

red 214 ◦ green 135 ◦ blue 221

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

Shades of Orchid #D687DD

Tints of Orchid #D687DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.77%

R = 37.54%
G = 23.68%
B = 38.77%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D687DD (or 0xD687DD) is known color: Orchid. HEX triplet: D6, 87 and DD. RGB value is (214,135,221). Sum of RGB (Red+Green+Blue) = 214+135+221=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 135 (53.12% from 255 or 23.68% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #D687DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D687DD is #297822. Grayscale: #A8A8A8. Windows color (decimal): -2717731 or 14518230. OLE color: 14518230.

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

Color convert

RGB 214 135 221 -
CMYK 0.03 0.39 0 0.13
HSL 295.12º 0.56% 0.7% -
HSV(B) 295.12º 0.39% 0.87% -
XYZ 49.45 36.84 72.91 -
YUV 168.43 157.67 160.51 -
System Red Green Blue C M Y K H S L
Decimal 214 135 221 0.03 0.39 0 0.13 295.12 0.56 0.7
Hex D6 87 DD 3 27 0 D 127 38 46
Octal 326 207 335 3 47 0 15 447 70 106
Binary 11010110 10000111 11011101 11 100111 0 1101 100100111 111000 1000110

Color Harmonies of #D687DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D687DD

Black with #D687DD

Text Example


Text Example

White with #D687DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D687DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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