Html Css Color HEX #D579E4 Orchid

📋 copy color: '#D579E4'

red 213 ◦ green 121 ◦ blue 228

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

Shades of Orchid #D579E4

Tints of Orchid #D579E4

RGB

 RED value IS 213 (83.59% from 255) = 37.9%

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

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

R = 37.9%
G = 21.53%
B = 40.57%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D579E4 (or 0xD579E4) is known color: Orchid. HEX triplet: D5, 79 and E4. RGB value is (213,121,228). Sum of RGB (Red+Green+Blue) = 213+121+228=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 121 (47.66% from 255 or 21.53% from 562); Blue value is 228 (89.45% from 255 or 40.57% from 562); Max value from RGB is 228 - color contains mainly: blue. Hex color #D579E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D579E4 is #2A861B. Grayscale: #A0A0A0. Windows color (decimal): -2786844 or 14973397. OLE color: 14973397.

HSL color Cylindrical-coordinate representation of color #D579E4: hue angle of 291.59º 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 #D579E4 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 121 228 -
CMYK 0.07 0.47 0 0.11
HSL 291.59º 0.66% 0.68% -
HSV(B) 291.59º 0.47% 0.89% -
XYZ 48.28 33.42 77.31 -
YUV 160.71 165.98 165.3 -
System Red Green Blue C M Y K H S L
Decimal 213 121 228 0.07 0.47 0 0.11 291.59 0.66 0.68
Hex D5 79 E4 7 2F 0 B 124 42 44
Octal 325 171 344 7 57 0 13 444 102 104
Binary 11010101 1111001 11100100 111 101111 0 1011 100100100 1000010 1000100

Color Harmonies of #D579E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D579E4

Black with #D579E4

Text Example


Text Example

White with #D579E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D579E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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