Html Css Color HEX #D677DC Orchid

📋 copy color: '#D677DC'

red 214 ◦ green 119 ◦ blue 220

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

Shades of Orchid #D677DC

Tints of Orchid #D677DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.78%

R = 38.7%
G = 21.52%
B = 39.78%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D677DC (or 0xD677DC) is known color: Orchid. HEX triplet: D6, 77 and DC. RGB value is (214,119,220). Sum of RGB (Red+Green+Blue) = 214+119+220=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 119 (46.88% from 255 or 21.52% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #D677DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D677DC is #298823. Grayscale: #9E9E9E. Windows color (decimal): -2721828 or 14448598. OLE color: 14448598.

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

Color convert

RGB 214 119 220 -
CMYK 0.03 0.46 0 0.14
HSL 296.44º 0.59% 0.66% -
HSV(B) 296.44º 0.46% 0.86% -
XYZ 47.25 32.66 71.52 -
YUV 158.92 162.47 167.29 -
System Red Green Blue C M Y K H S L
Decimal 214 119 220 0.03 0.46 0 0.14 296.44 0.59 0.66
Hex D6 77 DC 3 2E 0 E 128 3B 42
Octal 326 167 334 3 56 0 16 450 73 102
Binary 11010110 1110111 11011100 11 101110 0 1110 100101000 111011 1000010

Color Harmonies of #D677DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D677DC

Black with #D677DC

Text Example


Text Example

White with #D677DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D677DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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