Html Css Color HEX #D577D9 Orchid

📋 copy color: '#D577D9'

red 213 ◦ green 119 ◦ blue 217

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

Shades of Orchid #D577D9

Tints of Orchid #D577D9

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.68%

 BLUE value IS 217 (85.16% from 255) = 39.53%

R = 38.8%
G = 21.68%
B = 39.53%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D577D9 (or 0xD577D9) is known color: Orchid. HEX triplet: D5, 77 and D9. RGB value is (213,119,217). Sum of RGB (Red+Green+Blue) = 213+119+217=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 119 (46.88% from 255 or 21.68% from 549); Blue value is 217 (85.16% from 255 or 39.53% from 549); Max value from RGB is 217 - color contains mainly: blue. Hex color #D577D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D577D9 is #2A8826. Grayscale: #9D9D9D. Windows color (decimal): -2787367 or 14251989. OLE color: 14251989.

HSL color Cylindrical-coordinate representation of color #D577D9: hue angle of 297.55º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D577D9 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 119 217 -
CMYK 0.02 0.45 0 0.15
HSL 297.55º 0.56% 0.66% -
HSV(B) 297.55º 0.45% 0.85% -
XYZ 46.56 32.35 69.44 -
YUV 158.28 161.14 167.03 -
System Red Green Blue C M Y K H S L
Decimal 213 119 217 0.02 0.45 0 0.15 297.55 0.56 0.66
Hex D5 77 D9 2 2D 0 F 12A 38 42
Octal 325 167 331 2 55 0 17 452 70 102
Binary 11010101 1110111 11011001 10 101101 0 1111 100101010 111000 1000010

Color Harmonies of #D577D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D577D9

Black with #D577D9

Text Example


Text Example

White with #D577D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D577D9; }

 p { color: rgb(213,119,217); }

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

background-color css

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

 a { background-color: rgb(213,119,217); }

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

border-color css

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

 span { border-color: rgb(213,119,217); }

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