Html Css Color HEX #D684D5 Orchid

📋 copy color: '#D684D5'

red 214 ◦ green 132 ◦ blue 213

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

Shades of Orchid #D684D5

Tints of Orchid #D684D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.1%

R = 38.28%
G = 23.61%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D684D5 (or 0xD684D5) is known color: Orchid. HEX triplet: D6, 84 and D5. RGB value is (214,132,213). Sum of RGB (Red+Green+Blue) = 214+132+213=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 132 (51.95% from 255 or 23.61% from 559); Blue value is 213 (83.59% from 255 or 38.10% from 559); Max value from RGB is 214 - color contains mainly: red. Hex color #D684D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D684D5 is #297B2A. Grayscale: #A5A5A5. Windows color (decimal): -2718507 or 13993174. OLE color: 13993174.

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

Color convert

RGB 214 132 213 -
CMYK 0 0.38 0.00 0.16
HSL 300.73º 0.5% 0.68% -
HSV(B) 300.73º 0.38% 0.84% -
XYZ 47.99 35.6 67.29 -
YUV 165.75 154.67 162.41 -
System Red Green Blue C M Y K H S L
Decimal 214 132 213 0 0.38 0.00 0.16 300.73 0.5 0.68
Hex D6 84 D5 0 26 0 10 12D 32 44
Octal 326 204 325 0 46 0 20 455 62 104
Binary 11010110 10000100 11010101 0 100110 0 10000 100101101 110010 1000100

Color Harmonies of #D684D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D684D5

Black with #D684D5

Text Example


Text Example

White with #D684D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D684D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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