Html Css Color HEX #D577C6 Orchid

📋 copy color: '#D577C6'

red 213 ◦ green 119 ◦ blue 198

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

Shades of Orchid #D577C6

Tints of Orchid #D577C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.36%

R = 40.19%
G = 22.45%
B = 37.36%

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

#D577C6 (or 0xD577C6) is known color: Orchid. HEX triplet: D5, 77 and C6. RGB value is (213,119,198). Sum of RGB (Red+Green+Blue) = 213+119+198=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 198 (77.73% from 255 or 37.36% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D577C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D577C6 is #2A8839. Grayscale: #9B9B9B. Windows color (decimal): -2787386 or 13006805. OLE color: 13006805.

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

Color convert

RGB 213 119 198 -
CMYK 0 0.44 0.07 0.16
HSL 309.57º 0.53% 0.65% -
HSV(B) 309.57º 0.44% 0.84% -
XYZ 44.23 31.42 57.16 -
YUV 156.11 151.64 168.58 -
System Red Green Blue C M Y K H S L
Decimal 213 119 198 0 0.44 0.07 0.16 309.57 0.53 0.65
Hex D5 77 C6 0 2C 7 10 136 35 41
Octal 325 167 306 0 54 7 20 466 65 101
Binary 11010101 1110111 11000110 0 101100 111 10000 100110110 110101 1000001

Color Harmonies of #D577C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D577C6

Black with #D577C6

Text Example


Text Example

White with #D577C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D577C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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