Html Css Color HEX #D577D4 Orchid

📋 copy color: '#D577D4'

red 213 ◦ green 119 ◦ blue 212

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

Shades of Orchid #D577D4

Tints of Orchid #D577D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.97%

R = 39.15%
G = 21.88%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D577D4 (or 0xD577D4) is known color: Orchid. HEX triplet: D5, 77 and D4. RGB value is (213,119,212). Sum of RGB (Red+Green+Blue) = 213+119+212=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 119 (46.88% from 255 or 21.88% from 544); Blue value is 212 (83.20% from 255 or 38.97% from 544); Max value from RGB is 213 - color contains mainly: red. Hex color #D577D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D577D4 is #2A882B. Grayscale: #9D9D9D. Windows color (decimal): -2787372 or 13924309. OLE color: 13924309.

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

Color convert

RGB 213 119 212 -
CMYK 0 0.44 0.00 0.16
HSL 300.64º 0.53% 0.65% -
HSV(B) 300.64º 0.44% 0.84% -
XYZ 45.92 32.09 66.06 -
YUV 157.71 158.64 167.44 -
System Red Green Blue C M Y K H S L
Decimal 213 119 212 0 0.44 0.00 0.16 300.64 0.53 0.65
Hex D5 77 D4 0 2C 0 10 12D 35 41
Octal 325 167 324 0 54 0 20 455 65 101
Binary 11010101 1110111 11010100 0 101100 0 10000 100101101 110101 1000001

Color Harmonies of #D577D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D577D4

Black with #D577D4

Text Example


Text Example

White with #D577D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D577D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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