Html Css Color HEX #D078E0 Orchid

📋 copy color: '#D078E0'

red 208 ◦ green 120 ◦ blue 224

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

Shades of Orchid #D078E0

Tints of Orchid #D078E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.58%

R = 37.68%
G = 21.74%
B = 40.58%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D078E0 (or 0xD078E0) is known color: Orchid. HEX triplet: D0, 78 and E0. RGB value is (208,120,224). Sum of RGB (Red+Green+Blue) = 208+120+224=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 120 (47.27% from 255 or 21.74% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 224 - color contains mainly: blue. Hex color #D078E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D078E0 is #2F871F. Grayscale: #9D9D9D. Windows color (decimal): -3114784 or 14710992. OLE color: 14710992.

HSL color Cylindrical-coordinate representation of color #D078E0: hue angle of 290.77º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D078E0 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 120 224 -
CMYK 0.07 0.46 0 0.12
HSL 290.77º 0.63% 0.67% -
HSV(B) 290.77º 0.46% 0.88% -
XYZ 46.18 32.22 74.31 -
YUV 158.17 165.15 163.54 -
System Red Green Blue C M Y K H S L
Decimal 208 120 224 0.07 0.46 0 0.12 290.77 0.63 0.67
Hex D0 78 E0 7 2E 0 C 123 3F 43
Octal 320 170 340 7 56 0 14 443 77 103
Binary 11010000 1111000 11100000 111 101110 0 1100 100100011 111111 1000011

Color Harmonies of #D078E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D078E0

Black with #D078E0

Text Example


Text Example

White with #D078E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D078E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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