Html Css Color HEX #D078E1 Orchid

📋 copy color: '#D078E1'

red 208 ◦ green 120 ◦ blue 225

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

Shades of Orchid #D078E1

Tints of Orchid #D078E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.69%

R = 37.61%
G = 21.7%
B = 40.69%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D078E1 (or 0xD078E1) is known color: Orchid. HEX triplet: D0, 78 and E1. RGB value is (208,120,225). Sum of RGB (Red+Green+Blue) = 208+120+225=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 120 (47.27% from 255 or 21.70% from 553); Blue value is 225 (88.28% from 255 or 40.69% from 553); Max value from RGB is 225 - color contains mainly: blue. Hex color #D078E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D078E1 is #2F871E. Grayscale: #9D9D9D. Windows color (decimal): -3114783 or 14776528. OLE color: 14776528.

HSL color Cylindrical-coordinate representation of color #D078E1: hue angle of 290.29º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D078E1 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 120 225 -
CMYK 0.08 0.47 0 0.12
HSL 290.29º 0.64% 0.68% -
HSV(B) 290.29º 0.47% 0.88% -
XYZ 46.32 32.28 75.02 -
YUV 158.28 165.65 163.46 -
System Red Green Blue C M Y K H S L
Decimal 208 120 225 0.08 0.47 0 0.12 290.29 0.64 0.68
Hex D0 78 E1 8 2F 0 C 122 40 44
Octal 320 170 341 10 57 0 14 442 100 104
Binary 11010000 1111000 11100001 1000 101111 0 1100 100100010 1000000 1000100

Color Harmonies of #D078E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D078E1

Black with #D078E1

Text Example


Text Example

White with #D078E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D078E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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