Html Css Color HEX #D577E7 Orchid

📋 copy color: '#D577E7'

red 213 ◦ green 119 ◦ blue 231

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

Shades of Orchid #D577E7

Tints of Orchid #D577E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.03%

R = 37.83%
G = 21.14%
B = 41.03%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D577E7 (or 0xD577E7) is known color: Orchid. HEX triplet: D5, 77 and E7. RGB value is (213,119,231). Sum of RGB (Red+Green+Blue) = 213+119+231=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 119 (46.88% from 255 or 21.14% from 563); Blue value is 231 (90.62% from 255 or 41.03% from 563); Max value from RGB is 231 - color contains mainly: blue. Hex color #D577E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D577E7 is #2A8818. Grayscale: #9F9F9F. Windows color (decimal): -2787353 or 15169493. OLE color: 15169493.

HSL color Cylindrical-coordinate representation of color #D577E7: hue angle of 290.36º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D577E7 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 213 119 231 -
CMYK 0.08 0.48 0 0.09
HSL 290.36º 0.7% 0.69% -
HSV(B) 290.36º 0.48% 0.91% -
XYZ 48.46 33.11 79.44 -
YUV 159.87 168.14 165.89 -
System Red Green Blue C M Y K H S L
Decimal 213 119 231 0.08 0.48 0 0.09 290.36 0.7 0.69
Hex D5 77 E7 8 30 0 9 122 46 45
Octal 325 167 347 10 60 0 11 442 106 105
Binary 11010101 1110111 11100111 1000 110000 0 1001 100100010 1000110 1000101

Color Harmonies of #D577E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D577E7

Black with #D577E7

Text Example


Text Example

White with #D577E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D577E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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