Html Css Color HEX #D677DB Orchid

📋 copy color: '#D677DB'

red 214 ◦ green 119 ◦ blue 219

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

Shades of Orchid #D677DB

Tints of Orchid #D677DB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.56%

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

R = 38.77%
G = 21.56%
B = 39.67%

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

#D677DB (or 0xD677DB) is known color: Orchid. HEX triplet: D6, 77 and DB. RGB value is (214,119,219). Sum of RGB (Red+Green+Blue) = 214+119+219=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 119 (46.88% from 255 or 21.56% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #D677DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D677DB is #298824. Grayscale: #9E9E9E. Windows color (decimal): -2721829 or 14383062. OLE color: 14383062.

HSL color Cylindrical-coordinate representation of color #D677DB: hue angle of 297º 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 #D677DB is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 119 219 -
CMYK 0.02 0.46 0 0.14
HSL 297º 0.58% 0.66% -
HSV(B) 297º 0.46% 0.86% -
XYZ 47.11 32.6 70.83 -
YUV 158.81 161.97 167.37 -
System Red Green Blue C M Y K H S L
Decimal 214 119 219 0.02 0.46 0 0.14 297 0.58 0.66
Hex D6 77 DB 2 2E 0 E 129 3A 42
Octal 326 167 333 2 56 0 16 451 72 102
Binary 11010110 1110111 11011011 10 101110 0 1110 100101001 111010 1000010

Color Harmonies of #D677DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D677DB

Black with #D677DB

Text Example


Text Example

White with #D677DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D677DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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