Html Css Color HEX #D676DC Orchid

📋 copy color: '#D676DC'

red 214 ◦ green 118 ◦ blue 220

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

Shades of Orchid #D676DC

Tints of Orchid #D676DC

RGB

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

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

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

R = 38.77%
G = 21.38%
B = 39.86%

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

#D676DC (or 0xD676DC) is known color: Orchid. HEX triplet: D6, 76 and DC. RGB value is (214,118,220). Sum of RGB (Red+Green+Blue) = 214+118+220=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 118 (46.48% from 255 or 21.38% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #D676DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D676DC is #298923. Grayscale: #9E9E9E. Windows color (decimal): -2722084 or 14448342. OLE color: 14448342.

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

Color convert

RGB 214 118 220 -
CMYK 0.03 0.46 0 0.14
HSL 296.47º 0.59% 0.66% -
HSV(B) 296.47º 0.46% 0.86% -
XYZ 47.13 32.42 71.48 -
YUV 158.33 162.8 167.71 -
System Red Green Blue C M Y K H S L
Decimal 214 118 220 0.03 0.46 0 0.14 296.47 0.59 0.66
Hex D6 76 DC 3 2E 0 E 128 3B 42
Octal 326 166 334 3 56 0 16 450 73 102
Binary 11010110 1110110 11011100 11 101110 0 1110 100101000 111011 1000010

Color Harmonies of #D676DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D676DC

Black with #D676DC

Text Example


Text Example

White with #D676DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D676DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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