Html Css Color HEX #D078D7 Orchid

📋 copy color: '#D078D7'

red 208 ◦ green 120 ◦ blue 215

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

Shades of Orchid #D078D7

Tints of Orchid #D078D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.59%

R = 38.31%
G = 22.1%
B = 39.59%

CMYK

 C value IS 0.03

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D078D7 (or 0xD078D7) is known color: Orchid. HEX triplet: D0, 78 and D7. RGB value is (208,120,215). Sum of RGB (Red+Green+Blue) = 208+120+215=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 120 (47.27% from 255 or 22.10% from 543); Blue value is 215 (84.38% from 255 or 39.59% from 543); Max value from RGB is 215 - color contains mainly: blue. Hex color #D078D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D078D7 is #2F8728. Grayscale: #9C9C9C. Windows color (decimal): -3114793 or 14121168. OLE color: 14121168.

HSL color Cylindrical-coordinate representation of color #D078D7: hue angle of 295.58º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D078D7 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 120 215 -
CMYK 0.03 0.44 0 0.16
HSL 295.58º 0.54% 0.66% -
HSV(B) 295.58º 0.44% 0.84% -
XYZ 44.99 31.75 68.05 -
YUV 157.14 160.65 164.28 -
System Red Green Blue C M Y K H S L
Decimal 208 120 215 0.03 0.44 0 0.16 295.58 0.54 0.66
Hex D0 78 D7 3 2C 0 10 128 36 42
Octal 320 170 327 3 54 0 20 450 66 102
Binary 11010000 1111000 11010111 11 101100 0 10000 100101000 110110 1000010

Color Harmonies of #D078D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D078D7

Black with #D078D7

Text Example


Text Example

White with #D078D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D078D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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