Html Css Color HEX #D577C1 Orchid

📋 copy color: '#D577C1'

red 213 ◦ green 119 ◦ blue 193

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

Shades of Orchid #D577C1

Tints of Orchid #D577C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.76%

R = 40.57%
G = 22.67%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D577C1 (or 0xD577C1) is known color: Orchid. HEX triplet: D5, 77 and C1. RGB value is (213,119,193). Sum of RGB (Red+Green+Blue) = 213+119+193=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 119 (46.88% from 255 or 22.67% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D577C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D577C1 is #2A883E. Grayscale: #9B9B9B. Windows color (decimal): -2787391 or 12679125. OLE color: 12679125.

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

Color convert

RGB 213 119 193 -
CMYK 0 0.44 0.09 0.16
HSL 312.77º 0.53% 0.65% -
HSV(B) 312.77º 0.44% 0.84% -
XYZ 43.66 31.19 54.17 -
YUV 155.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 213 119 193 0 0.44 0.09 0.16 312.77 0.53 0.65
Hex D5 77 C1 0 2C 9 10 139 35 41
Octal 325 167 301 0 54 11 20 471 65 101
Binary 11010101 1110111 11000001 0 101100 1001 10000 100111001 110101 1000001

Color Harmonies of #D577C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D577C1

Black with #D577C1

Text Example


Text Example

White with #D577C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D577C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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