Html Css Color HEX #D578B9 Orchid

📋 copy color: '#D578B9'

red 213 ◦ green 120 ◦ blue 185

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

Shades of Orchid #D578B9

Tints of Orchid #D578B9

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.17%

 BLUE value IS 185 (72.66% from 255) = 35.71%

R = 41.12%
G = 23.17%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D578B9 (or 0xD578B9) is known color: Orchid. HEX triplet: D5, 78 and B9. RGB value is (213,120,185). Sum of RGB (Red+Green+Blue) = 213+120+185=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 120 (47.27% from 255 or 23.17% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D578B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D578B9 is #2A8746. Grayscale: #9B9B9B. Windows color (decimal): -2787143 or 12155093. OLE color: 12155093.

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

Color convert

RGB 213 120 185 -
CMYK 0 0.44 0.13 0.16
HSL 318.06º 0.53% 0.65% -
HSV(B) 318.06º 0.44% 0.84% -
XYZ 42.91 31.08 49.64 -
YUV 155.22 144.81 169.21 -
System Red Green Blue C M Y K H S L
Decimal 213 120 185 0 0.44 0.13 0.16 318.06 0.53 0.65
Hex D5 78 B9 0 2C D 10 13E 35 41
Octal 325 170 271 0 54 15 20 476 65 101
Binary 11010101 1111000 10111001 0 101100 1101 10000 100111110 110101 1000001

Color Harmonies of #D578B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D578B9

Black with #D578B9

Text Example


Text Example

White with #D578B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D578B9; }

 p { color: rgb(213,120,185); }

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

background-color css

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

 a { background-color: rgb(213,120,185); }

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

border-color css

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

 span { border-color: rgb(213,120,185); }

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