Html Css Color HEX #D078DC Orchid

📋 copy color: '#D078DC'

red 208 ◦ green 120 ◦ blue 220

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

Shades of Orchid #D078DC

Tints of Orchid #D078DC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.9%

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

R = 37.96%
G = 21.9%
B = 40.15%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D078DC (or 0xD078DC) is known color: Orchid. HEX triplet: D0, 78 and DC. RGB value is (208,120,220). Sum of RGB (Red+Green+Blue) = 208+120+220=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 120 (47.27% from 255 or 21.90% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #D078DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D078DC is #2F8723. Grayscale: #9D9D9D. Windows color (decimal): -3114788 or 14448848. OLE color: 14448848.

HSL color Cylindrical-coordinate representation of color #D078DC: hue angle of 292.8º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D078DC is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 120 220 -
CMYK 0.05 0.45 0 0.14
HSL 292.8º 0.59% 0.67% -
HSV(B) 292.8º 0.45% 0.86% -
XYZ 45.65 32.01 71.48 -
YUV 157.71 163.15 163.87 -
System Red Green Blue C M Y K H S L
Decimal 208 120 220 0.05 0.45 0 0.14 292.8 0.59 0.67
Hex D0 78 DC 5 2D 0 E 125 3B 43
Octal 320 170 334 5 55 0 16 445 73 103
Binary 11010000 1111000 11011100 101 101101 0 1110 100100101 111011 1000011

Color Harmonies of #D078DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D078DC

Black with #D078DC

Text Example


Text Example

White with #D078DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D078DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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