Html Css Color HEX #D684DD Orchid

📋 copy color: '#D684DD'

red 214 ◦ green 132 ◦ blue 221

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

Shades of Orchid #D684DD

Tints of Orchid #D684DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.98%

R = 37.74%
G = 23.28%
B = 38.98%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D684DD (or 0xD684DD) is known color: Orchid. HEX triplet: D6, 84 and DD. RGB value is (214,132,221). Sum of RGB (Red+Green+Blue) = 214+132+221=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 132 (51.95% from 255 or 23.28% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #D684DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D684DD is #297B22. Grayscale: #A6A6A6. Windows color (decimal): -2718499 or 14517462. OLE color: 14517462.

HSL color Cylindrical-coordinate representation of color #D684DD: hue angle of 295.28º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D684DD is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 132 221 -
CMYK 0.03 0.40 0 0.13
HSL 295.28º 0.57% 0.69% -
HSV(B) 295.28º 0.4% 0.87% -
XYZ 49.03 36.02 72.77 -
YUV 166.66 158.67 161.76 -
System Red Green Blue C M Y K H S L
Decimal 214 132 221 0.03 0.40 0 0.13 295.28 0.57 0.69
Hex D6 84 DD 3 28 0 D 127 39 45
Octal 326 204 335 3 50 0 15 447 71 105
Binary 11010110 10000100 11011101 11 101000 0 1101 100100111 111001 1000101

Color Harmonies of #D684DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D684DD

Black with #D684DD

Text Example


Text Example

White with #D684DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D684DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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