Html Css Color HEX #D676DD Orchid

📋 copy color: '#D676DD'

red 214 ◦ green 118 ◦ blue 221

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

Shades of Orchid #D676DD

Tints of Orchid #D676DD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.34%

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

R = 38.7%
G = 21.34%
B = 39.96%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D676DD (or 0xD676DD) is known color: Orchid. HEX triplet: D6, 76 and DD. RGB value is (214,118,221). Sum of RGB (Red+Green+Blue) = 214+118+221=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 118 (46.48% from 255 or 21.34% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #D676DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D676DD is #298922. Grayscale: #9E9E9E. Windows color (decimal): -2722083 or 14513878. OLE color: 14513878.

HSL color Cylindrical-coordinate representation of color #D676DD: hue angle of 295.92º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D676DD is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 118 221 -
CMYK 0.03 0.47 0 0.13
HSL 295.92º 0.6% 0.66% -
HSV(B) 295.92º 0.47% 0.87% -
XYZ 47.26 32.47 72.18 -
YUV 158.45 163.3 167.62 -
System Red Green Blue C M Y K H S L
Decimal 214 118 221 0.03 0.47 0 0.13 295.92 0.6 0.66
Hex D6 76 DD 3 2F 0 D 128 3C 42
Octal 326 166 335 3 57 0 15 450 74 102
Binary 11010110 1110110 11011101 11 101111 0 1101 100101000 111100 1000010

Color Harmonies of #D676DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D676DD

Black with #D676DD

Text Example


Text Example

White with #D676DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D676DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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