Html Css Color HEX #D577DF Orchid

📋 copy color: '#D577DF'

red 213 ◦ green 119 ◦ blue 223

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

Shades of Orchid #D577DF

Tints of Orchid #D577DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.18%

R = 38.38%
G = 21.44%
B = 40.18%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D577DF (or 0xD577DF) is known color: Orchid. HEX triplet: D5, 77 and DF. RGB value is (213,119,223). Sum of RGB (Red+Green+Blue) = 213+119+223=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 119 (46.88% from 255 or 21.44% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #D577DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D577DF is #2A8820. Grayscale: #9E9E9E. Windows color (decimal): -2787361 or 14645205. OLE color: 14645205.

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

Color convert

RGB 213 119 223 -
CMYK 0.04 0.47 0 0.13
HSL 294.23º 0.62% 0.67% -
HSV(B) 294.23º 0.47% 0.87% -
XYZ 47.36 32.67 73.62 -
YUV 158.96 164.14 166.54 -
System Red Green Blue C M Y K H S L
Decimal 213 119 223 0.04 0.47 0 0.13 294.23 0.62 0.67
Hex D5 77 DF 4 2F 0 D 126 3E 43
Octal 325 167 337 4 57 0 15 446 76 103
Binary 11010101 1110111 11011111 100 101111 0 1101 100100110 111110 1000011

Color Harmonies of #D577DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D577DF

Black with #D577DF

Text Example


Text Example

White with #D577DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D577DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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