Html Css Color HEX #D578DD Orchid

📋 copy color: '#D578DD'

red 213 ◦ green 120 ◦ blue 221

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

Shades of Orchid #D578DD

Tints of Orchid #D578DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.89%

R = 38.45%
G = 21.66%
B = 39.89%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D578DD (or 0xD578DD) is known color: Orchid. HEX triplet: D5, 78 and DD. RGB value is (213,120,221). Sum of RGB (Red+Green+Blue) = 213+120+221=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 120 (47.27% from 255 or 21.66% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #D578DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D578DD is #2A8722. Grayscale: #9F9F9F. Windows color (decimal): -2787107 or 14514389. OLE color: 14514389.

HSL color Cylindrical-coordinate representation of color #D578DD: hue angle of 295.25º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D578DD is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 120 221 -
CMYK 0.04 0.46 0 0.13
HSL 295.25º 0.6% 0.67% -
HSV(B) 295.25º 0.46% 0.87% -
XYZ 47.21 32.8 72.25 -
YUV 159.32 162.81 166.29 -
System Red Green Blue C M Y K H S L
Decimal 213 120 221 0.04 0.46 0 0.13 295.25 0.6 0.67
Hex D5 78 DD 4 2E 0 D 127 3C 43
Octal 325 170 335 4 56 0 15 447 74 103
Binary 11010101 1111000 11011101 100 101110 0 1101 100100111 111100 1000011

Color Harmonies of #D578DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D578DD

Black with #D578DD

Text Example


Text Example

White with #D578DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D578DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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