Html Css Color HEX #D684E3 Orchid

📋 copy color: '#D684E3'

red 214 ◦ green 132 ◦ blue 227

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

Shades of Orchid #D684E3

Tints of Orchid #D684E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39.62%

R = 37.35%
G = 23.04%
B = 39.62%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D684E3 (or 0xD684E3) is known color: Orchid. HEX triplet: D6, 84 and E3. RGB value is (214,132,227). Sum of RGB (Red+Green+Blue) = 214+132+227=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 132 (51.95% from 255 or 23.04% from 573); Blue value is 227 (89.06% from 255 or 39.62% from 573); Max value from RGB is 227 - color contains mainly: blue. Hex color #D684E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D684E3 is #297B1C. Grayscale: #A7A7A7. Windows color (decimal): -2718493 or 14910678. OLE color: 14910678.

HSL color Cylindrical-coordinate representation of color #D684E3: hue angle of 291.79º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D684E3 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 132 227 -
CMYK 0.06 0.42 0 0.11
HSL 291.79º 0.63% 0.7% -
HSV(B) 291.79º 0.42% 0.89% -
XYZ 49.85 36.34 77.06 -
YUV 167.35 161.67 161.28 -
System Red Green Blue C M Y K H S L
Decimal 214 132 227 0.06 0.42 0 0.11 291.79 0.63 0.7
Hex D6 84 E3 6 2A 0 B 124 3F 46
Octal 326 204 343 6 52 0 13 444 77 106
Binary 11010110 10000100 11100011 110 101010 0 1011 100100100 111111 1000110

Color Harmonies of #D684E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D684E3

Black with #D684E3

Text Example


Text Example

White with #D684E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D684E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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