Html Css Color HEX #D578C8 Orchid

📋 copy color: '#D578C8'

red 213 ◦ green 120 ◦ blue 200

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

Shades of Orchid #D578C8

Tints of Orchid #D578C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.52%

R = 39.96%
G = 22.51%
B = 37.52%

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

#D578C8 (or 0xD578C8) is known color: Orchid. HEX triplet: D5, 78 and C8. RGB value is (213,120,200). Sum of RGB (Red+Green+Blue) = 213+120+200=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 120 (47.27% from 255 or 22.51% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D578C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D578C8 is #2A8737. Grayscale: #9C9C9C. Windows color (decimal): -2787128 or 13138133. OLE color: 13138133.

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

Color convert

RGB 213 120 200 -
CMYK 0 0.44 0.06 0.16
HSL 308.39º 0.53% 0.65% -
HSV(B) 308.39º 0.44% 0.84% -
XYZ 44.58 31.75 58.42 -
YUV 156.93 152.31 168 -
System Red Green Blue C M Y K H S L
Decimal 213 120 200 0 0.44 0.06 0.16 308.39 0.53 0.65
Hex D5 78 C8 0 2C 6 10 134 35 41
Octal 325 170 310 0 54 6 20 464 65 101
Binary 11010101 1111000 11001000 0 101100 110 10000 100110100 110101 1000001

Color Harmonies of #D578C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D578C8

Black with #D578C8

Text Example


Text Example

White with #D578C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D578C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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