Html Css Color HEX #D577E6 Orchid

📋 copy color: '#D577E6'

red 213 ◦ green 119 ◦ blue 230

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

Shades of Orchid #D577E6

Tints of Orchid #D577E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.93%

R = 37.9%
G = 21.17%
B = 40.93%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D577E6 (or 0xD577E6) is known color: Orchid. HEX triplet: D5, 77 and E6. RGB value is (213,119,230). Sum of RGB (Red+Green+Blue) = 213+119+230=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 119 (46.88% from 255 or 21.17% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 230 - color contains mainly: blue. Hex color #D577E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D577E6 is #2A8819. Grayscale: #9F9F9F. Windows color (decimal): -2787354 or 15103957. OLE color: 15103957.

HSL color Cylindrical-coordinate representation of color #D577E6: hue angle of 290.81º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D577E6 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 213 119 230 -
CMYK 0.07 0.48 0 0.10
HSL 290.81º 0.69% 0.68% -
HSV(B) 290.81º 0.48% 0.9% -
XYZ 48.32 33.05 78.7 -
YUV 159.76 167.64 165.97 -
System Red Green Blue C M Y K H S L
Decimal 213 119 230 0.07 0.48 0 0.10 290.81 0.69 0.68
Hex D5 77 E6 7 30 0 A 123 45 44
Octal 325 167 346 7 60 0 12 443 105 104
Binary 11010101 1110111 11100110 111 110000 0 1010 100100011 1000101 1000100

Color Harmonies of #D577E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D577E6

Black with #D577E6

Text Example


Text Example

White with #D577E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D577E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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