Html Css Color HEX #D077DC Orchid

📋 copy color: '#D077DC'

red 208 ◦ green 119 ◦ blue 220

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

Shades of Orchid #D077DC

Tints of Orchid #D077DC

RGB

 RED value IS 208 (81.64% from 255) = 38.03%

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

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

R = 38.03%
G = 21.76%
B = 40.22%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D077DC (or 0xD077DC) is known color: Orchid. HEX triplet: D0, 77 and DC. RGB value is (208,119,220). Sum of RGB (Red+Green+Blue) = 208+119+220=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #D077DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D077DC is #2F8823. Grayscale: #9C9C9C. Windows color (decimal): -3115044 or 14448592. OLE color: 14448592.

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

Color convert

RGB 208 119 220 -
CMYK 0.05 0.46 0 0.14
HSL 292.87º 0.59% 0.66% -
HSV(B) 292.87º 0.46% 0.86% -
XYZ 45.53 31.77 71.44 -
YUV 157.13 163.49 164.29 -
System Red Green Blue C M Y K H S L
Decimal 208 119 220 0.05 0.46 0 0.14 292.87 0.59 0.66
Hex D0 77 DC 5 2E 0 E 125 3B 42
Octal 320 167 334 5 56 0 16 445 73 102
Binary 11010000 1110111 11011100 101 101110 0 1110 100100101 111011 1000010

Color Harmonies of #D077DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D077DC

Black with #D077DC

Text Example


Text Example

White with #D077DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D077DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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