Html Css Color HEX #D687DA Orchid

📋 copy color: '#D687DA'

red 214 ◦ green 135 ◦ blue 218

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

Shades of Orchid #D687DA

Tints of Orchid #D687DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.45%

R = 37.74%
G = 23.81%
B = 38.45%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D687DA (or 0xD687DA) is known color: Orchid. HEX triplet: D6, 87 and DA. RGB value is (214,135,218). Sum of RGB (Red+Green+Blue) = 214+135+218=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 135 (53.12% from 255 or 23.81% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #D687DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D687DA is #297825. Grayscale: #A7A7A7. Windows color (decimal): -2717734 or 14321622. OLE color: 14321622.

HSL color Cylindrical-coordinate representation of color #D687DA: hue angle of 297.11º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D687DA is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 135 218 -
CMYK 0.02 0.38 0 0.15
HSL 297.11º 0.53% 0.69% -
HSV(B) 297.11º 0.38% 0.85% -
XYZ 49.05 36.69 70.83 -
YUV 168.08 156.17 160.75 -
System Red Green Blue C M Y K H S L
Decimal 214 135 218 0.02 0.38 0 0.15 297.11 0.53 0.69
Hex D6 87 DA 2 26 0 F 129 35 45
Octal 326 207 332 2 46 0 17 451 65 105
Binary 11010110 10000111 11011010 10 100110 0 1111 100101001 110101 1000101

Color Harmonies of #D687DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D687DA

Black with #D687DA

Text Example


Text Example

White with #D687DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D687DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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