Html Css Color HEX #D687D2 Orchid

📋 copy color: '#D687D2'

red 214 ◦ green 135 ◦ blue 210

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

Shades of Orchid #D687D2

Tints of Orchid #D687D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.57%

R = 38.28%
G = 24.15%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D687D2 (or 0xD687D2) is known color: Orchid. HEX triplet: D6, 87 and D2. RGB value is (214,135,210). Sum of RGB (Red+Green+Blue) = 214+135+210=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 135 (53.12% from 255 or 24.15% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 214 - color contains mainly: red. Hex color #D687D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D687D2 is #29782D. Grayscale: #A6A6A6. Windows color (decimal): -2717742 or 13797334. OLE color: 13797334.

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

Color convert

RGB 214 135 210 -
CMYK 0 0.37 0.02 0.16
HSL 303.04º 0.49% 0.68% -
HSV(B) 303.04º 0.37% 0.84% -
XYZ 48.03 36.28 65.44 -
YUV 167.17 152.17 161.4 -
System Red Green Blue C M Y K H S L
Decimal 214 135 210 0 0.37 0.02 0.16 303.04 0.49 0.68
Hex D6 87 D2 0 25 2 10 12F 31 44
Octal 326 207 322 0 45 2 20 457 61 104
Binary 11010110 10000111 11010010 0 100101 10 10000 100101111 110001 1000100

Color Harmonies of #D687D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D687D2

Black with #D687D2

Text Example


Text Example

White with #D687D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D687D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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