Html Css Color HEX #D676DB Orchid

📋 copy color: '#D676DB'

red 214 ◦ green 118 ◦ blue 219

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

Shades of Orchid #D676DB

Tints of Orchid #D676DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.75%

R = 38.84%
G = 21.42%
B = 39.75%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D676DB (or 0xD676DB) is known color: Orchid. HEX triplet: D6, 76 and DB. RGB value is (214,118,219). Sum of RGB (Red+Green+Blue) = 214+118+219=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 118 (46.48% from 255 or 21.42% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #D676DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D676DB is #298924. Grayscale: #9D9D9D. Windows color (decimal): -2722085 or 14382806. OLE color: 14382806.

HSL color Cylindrical-coordinate representation of color #D676DB: hue angle of 297.03º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D676DB is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 118 219 -
CMYK 0.02 0.46 0 0.14
HSL 297.03º 0.58% 0.66% -
HSV(B) 297.03º 0.46% 0.86% -
XYZ 47 32.37 70.79 -
YUV 158.22 162.3 167.79 -
System Red Green Blue C M Y K H S L
Decimal 214 118 219 0.02 0.46 0 0.14 297.03 0.58 0.66
Hex D6 76 DB 2 2E 0 E 129 3A 42
Octal 326 166 333 2 56 0 16 451 72 102
Binary 11010110 1110110 11011011 10 101110 0 1110 100101001 111010 1000010

Color Harmonies of #D676DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D676DB

Black with #D676DB

Text Example


Text Example

White with #D676DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D676DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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