Html Css Color HEX #D577C9 Orchid

📋 copy color: '#D577C9'

red 213 ◦ green 119 ◦ blue 201

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

Shades of Orchid #D577C9

Tints of Orchid #D577C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.71%

R = 39.96%
G = 22.33%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D577C9 (or 0xD577C9) is known color: Orchid. HEX triplet: D5, 77 and C9. RGB value is (213,119,201). Sum of RGB (Red+Green+Blue) = 213+119+201=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 119 (46.88% from 255 or 22.33% from 533); Blue value is 201 (78.91% from 255 or 37.71% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D577C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D577C9 is #2A8836. Grayscale: #9C9C9C. Windows color (decimal): -2787383 or 13203413. OLE color: 13203413.

HSL color Cylindrical-coordinate representation of color #D577C9: hue angle of 307.66º 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 #D577C9 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 119 201 -
CMYK 0 0.44 0.06 0.16
HSL 307.66º 0.53% 0.65% -
HSV(B) 307.66º 0.44% 0.84% -
XYZ 44.58 31.56 59 -
YUV 156.45 153.14 168.33 -
System Red Green Blue C M Y K H S L
Decimal 213 119 201 0 0.44 0.06 0.16 307.66 0.53 0.65
Hex D5 77 C9 0 2C 6 10 134 35 41
Octal 325 167 311 0 54 6 20 464 65 101
Binary 11010101 1110111 11001001 0 101100 110 10000 100110100 110101 1000001

Color Harmonies of #D577C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D577C9

Black with #D577C9

Text Example


Text Example

White with #D577C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D577C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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