Html Css Color HEX #D078D8 Orchid

📋 copy color: '#D078D8'

red 208 ◦ green 120 ◦ blue 216

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

Shades of Orchid #D078D8

Tints of Orchid #D078D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.71%

R = 38.24%
G = 22.06%
B = 39.71%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D078D8 (or 0xD078D8) is known color: Orchid. HEX triplet: D0, 78 and D8. RGB value is (208,120,216). Sum of RGB (Red+Green+Blue) = 208+120+216=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 120 (47.27% from 255 or 22.06% from 544); Blue value is 216 (84.77% from 255 or 39.71% from 544); Max value from RGB is 216 - color contains mainly: blue. Hex color #D078D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D078D8 is #2F8727. Grayscale: #9C9C9C. Windows color (decimal): -3114792 or 14186704. OLE color: 14186704.

HSL color Cylindrical-coordinate representation of color #D078D8: hue angle of 295º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D078D8 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 120 216 -
CMYK 0.04 0.44 0 0.15
HSL 295º 0.55% 0.66% -
HSV(B) 295º 0.44% 0.85% -
XYZ 45.12 31.8 68.73 -
YUV 157.26 161.15 164.19 -
System Red Green Blue C M Y K H S L
Decimal 208 120 216 0.04 0.44 0 0.15 295 0.55 0.66
Hex D0 78 D8 4 2C 0 F 127 37 42
Octal 320 170 330 4 54 0 17 447 67 102
Binary 11010000 1111000 11011000 100 101100 0 1111 100100111 110111 1000010

Color Harmonies of #D078D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D078D8

Black with #D078D8

Text Example


Text Example

White with #D078D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D078D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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