Html Css Color HEX #D079E4 Orchid

📋 copy color: '#D079E4'

red 208 ◦ green 121 ◦ blue 228

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

Shades of Orchid #D079E4

Tints of Orchid #D079E4

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.72%

 BLUE value IS 228 (89.45% from 255) = 40.93%

R = 37.34%
G = 21.72%
B = 40.93%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D079E4 (or 0xD079E4) is known color: Orchid. HEX triplet: D0, 79 and E4. RGB value is (208,121,228). Sum of RGB (Red+Green+Blue) = 208+121+228=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 121 (47.66% from 255 or 21.72% from 557); Blue value is 228 (89.45% from 255 or 40.93% from 557); Max value from RGB is 228 - color contains mainly: blue. Hex color #D079E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D079E4 is #2F861B. Grayscale: #9E9E9E. Windows color (decimal): -3114524 or 14973392. OLE color: 14973392.

HSL color Cylindrical-coordinate representation of color #D079E4: hue angle of 288.79º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D079E4 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 121 228 -
CMYK 0.09 0.47 0 0.11
HSL 288.79º 0.66% 0.68% -
HSV(B) 288.79º 0.47% 0.89% -
XYZ 46.85 32.69 77.24 -
YUV 159.21 166.82 162.8 -
System Red Green Blue C M Y K H S L
Decimal 208 121 228 0.09 0.47 0 0.11 288.79 0.66 0.68
Hex D0 79 E4 9 2F 0 B 121 42 44
Octal 320 171 344 11 57 0 13 441 102 104
Binary 11010000 1111001 11100100 1001 101111 0 1011 100100001 1000010 1000100

Color Harmonies of #D079E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D079E4

Black with #D079E4

Text Example


Text Example

White with #D079E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D079E4; }

 p { color: rgb(208,121,228); }

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

background-color css

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

 a { background-color: rgb(208,121,228); }

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

border-color css

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

 span { border-color: rgb(208,121,228); }

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