Html Css Color HEX #D687D4 Orchid

📋 copy color: '#D687D4'

red 214 ◦ green 135 ◦ blue 212

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

Shades of Orchid #D687D4

Tints of Orchid #D687D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.79%

R = 38.15%
G = 24.06%
B = 37.79%

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

#D687D4 (or 0xD687D4) is known color: Orchid. HEX triplet: D6, 87 and D4. RGB value is (214,135,212). Sum of RGB (Red+Green+Blue) = 214+135+212=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 135 (53.12% from 255 or 24.06% from 561); Blue value is 212 (83.20% from 255 or 37.79% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D687D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D687D4 is #29782B. Grayscale: #A7A7A7. Windows color (decimal): -2717740 or 13928406. OLE color: 13928406.

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

Color convert

RGB 214 135 212 -
CMYK 0 0.37 0.01 0.16
HSL 301.52º 0.49% 0.68% -
HSV(B) 301.52º 0.37% 0.84% -
XYZ 48.28 36.38 66.76 -
YUV 167.4 153.17 161.24 -
System Red Green Blue C M Y K H S L
Decimal 214 135 212 0 0.37 0.01 0.16 301.52 0.49 0.68
Hex D6 87 D4 0 25 1 10 12E 31 44
Octal 326 207 324 0 45 1 20 456 61 104
Binary 11010110 10000111 11010100 0 100101 1 10000 100101110 110001 1000100

Color Harmonies of #D687D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D687D4

Black with #D687D4

Text Example


Text Example

White with #D687D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D687D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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