Html Css Color HEX #D577D7 Orchid

📋 copy color: '#D577D7'

red 213 ◦ green 119 ◦ blue 215

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

Shades of Orchid #D577D7

Tints of Orchid #D577D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.31%

R = 38.94%
G = 21.76%
B = 39.31%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D577D7 (or 0xD577D7) is known color: Orchid. HEX triplet: D5, 77 and D7. RGB value is (213,119,215). Sum of RGB (Red+Green+Blue) = 213+119+215=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 215 (84.38% from 255 or 39.31% from 547); Max value from RGB is 215 - color contains mainly: blue. Hex color #D577D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D577D7 is #2A8828. Grayscale: #9D9D9D. Windows color (decimal): -2787369 or 14120917. OLE color: 14120917.

HSL color Cylindrical-coordinate representation of color #D577D7: hue angle of 298.75º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D577D7 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 119 215 -
CMYK 0.01 0.45 0 0.16
HSL 298.75º 0.55% 0.65% -
HSV(B) 298.75º 0.45% 0.84% -
XYZ 46.3 32.25 68.07 -
YUV 158.05 160.14 167.19 -
System Red Green Blue C M Y K H S L
Decimal 213 119 215 0.01 0.45 0 0.16 298.75 0.55 0.65
Hex D5 77 D7 1 2D 0 10 12B 37 41
Octal 325 167 327 1 55 0 20 453 67 101
Binary 11010101 1110111 11010111 1 101101 0 10000 100101011 110111 1000001

Color Harmonies of #D577D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D577D7

Black with #D577D7

Text Example


Text Example

White with #D577D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D577D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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