Html Css Color HEX #D577C7 Orchid

📋 copy color: '#D577C7'

red 213 ◦ green 119 ◦ blue 199

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

Shades of Orchid #D577C7

Tints of Orchid #D577C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.48%

R = 40.11%
G = 22.41%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D577C7 (or 0xD577C7) is known color: Orchid. HEX triplet: D5, 77 and C7. RGB value is (213,119,199). Sum of RGB (Red+Green+Blue) = 213+119+199=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 119 (46.88% from 255 or 22.41% from 531); Blue value is 199 (78.12% from 255 or 37.48% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D577C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D577C7 is #2A8838. Grayscale: #9C9C9C. Windows color (decimal): -2787385 or 13072341. OLE color: 13072341.

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

Color convert

RGB 213 119 199 -
CMYK 0 0.44 0.07 0.16
HSL 308.94º 0.53% 0.65% -
HSV(B) 308.94º 0.44% 0.84% -
XYZ 44.35 31.46 57.77 -
YUV 156.23 152.14 168.5 -
System Red Green Blue C M Y K H S L
Decimal 213 119 199 0 0.44 0.07 0.16 308.94 0.53 0.65
Hex D5 77 C7 0 2C 7 10 135 35 41
Octal 325 167 307 0 54 7 20 465 65 101
Binary 11010101 1110111 11000111 0 101100 111 10000 100110101 110101 1000001

Color Harmonies of #D577C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D577C7

Black with #D577C7

Text Example


Text Example

White with #D577C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D577C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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