Html Css Color HEX #D684D1 Orchid

📋 copy color: '#D684D1'

red 214 ◦ green 132 ◦ blue 209

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

Shades of Orchid #D684D1

Tints of Orchid #D684D1

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.78%

 BLUE value IS 209 (82.03% from 255) = 37.66%

R = 38.56%
G = 23.78%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D684D1 (or 0xD684D1) is known color: Orchid. HEX triplet: D6, 84 and D1. RGB value is (214,132,209). Sum of RGB (Red+Green+Blue) = 214+132+209=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 209 (82.03% from 255 or 37.66% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D684D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D684D1 is #297B2E. Grayscale: #A5A5A5. Windows color (decimal): -2718511 or 13731030. OLE color: 13731030.

HSL color Cylindrical-coordinate representation of color #D684D1: hue angle of 303.66º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D684D1 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 132 209 -
CMYK 0 0.38 0.02 0.16
HSL 303.66º 0.5% 0.68% -
HSV(B) 303.66º 0.38% 0.84% -
XYZ 47.49 35.4 64.65 -
YUV 165.3 152.67 162.74 -
System Red Green Blue C M Y K H S L
Decimal 214 132 209 0 0.38 0.02 0.16 303.66 0.5 0.68
Hex D6 84 D1 0 26 2 10 130 32 44
Octal 326 204 321 0 46 2 20 460 62 104
Binary 11010110 10000100 11010001 0 100110 10 10000 100110000 110010 1000100

Color Harmonies of #D684D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D684D1

Black with #D684D1

Text Example


Text Example

White with #D684D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D684D1; }

 p { color: rgb(214,132,209); }

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

background-color css

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

 a { background-color: rgb(214,132,209); }

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

border-color css

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

 span { border-color: rgb(214,132,209); }

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