Html Css Color HEX #D577DA Orchid

📋 copy color: '#D577DA'

red 213 ◦ green 119 ◦ blue 218

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

Shades of Orchid #D577DA

Tints of Orchid #D577DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.64%

R = 38.73%
G = 21.64%
B = 39.64%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D577DA (or 0xD577DA) is known color: Orchid. HEX triplet: D5, 77 and DA. RGB value is (213,119,218). Sum of RGB (Red+Green+Blue) = 213+119+218=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 119 (46.88% from 255 or 21.64% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #D577DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D577DA is #2A8825. Grayscale: #9E9E9E. Windows color (decimal): -2787366 or 14317525. OLE color: 14317525.

HSL color Cylindrical-coordinate representation of color #D577DA: hue angle of 296.97º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D577DA is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 119 218 -
CMYK 0.02 0.45 0 0.15
HSL 296.97º 0.57% 0.66% -
HSV(B) 296.97º 0.45% 0.85% -
XYZ 46.69 32.4 70.12 -
YUV 158.39 161.64 166.95 -
System Red Green Blue C M Y K H S L
Decimal 213 119 218 0.02 0.45 0 0.15 296.97 0.57 0.66
Hex D5 77 DA 2 2D 0 F 129 39 42
Octal 325 167 332 2 55 0 17 451 71 102
Binary 11010101 1110111 11011010 10 101101 0 1111 100101001 111001 1000010

Color Harmonies of #D577DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D577DA

Black with #D577DA

Text Example


Text Example

White with #D577DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D577DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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