Html Css Color HEX #D579E7 Orchid

📋 copy color: '#D579E7'

red 213 ◦ green 121 ◦ blue 231

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

Shades of Orchid #D579E7

Tints of Orchid #D579E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.88%

R = 37.7%
G = 21.42%
B = 40.88%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D579E7 (or 0xD579E7) is known color: Orchid. HEX triplet: D5, 79 and E7. RGB value is (213,121,231). Sum of RGB (Red+Green+Blue) = 213+121+231=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 121 (47.66% from 255 or 21.42% from 565); Blue value is 231 (90.62% from 255 or 40.88% from 565); Max value from RGB is 231 - color contains mainly: blue. Hex color #D579E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D579E7 is #2A8618. Grayscale: #A0A0A0. Windows color (decimal): -2786841 or 15170005. OLE color: 15170005.

HSL color Cylindrical-coordinate representation of color #D579E7: hue angle of 290.18º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D579E7 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 213 121 231 -
CMYK 0.08 0.48 0 0.09
HSL 290.18º 0.7% 0.69% -
HSV(B) 290.18º 0.48% 0.91% -
XYZ 48.7 33.59 79.52 -
YUV 161.05 167.48 165.06 -
System Red Green Blue C M Y K H S L
Decimal 213 121 231 0.08 0.48 0 0.09 290.18 0.7 0.69
Hex D5 79 E7 8 30 0 9 122 46 45
Octal 325 171 347 10 60 0 11 442 106 105
Binary 11010101 1111001 11100111 1000 110000 0 1001 100100010 1000110 1000101

Color Harmonies of #D579E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D579E7

Black with #D579E7

Text Example


Text Example

White with #D579E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D579E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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