Html Css Color HEX #D577DB Orchid

📋 copy color: '#D577DB'

red 213 ◦ green 119 ◦ blue 219

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

Shades of Orchid #D577DB

Tints of Orchid #D577DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.75%

R = 38.66%
G = 21.6%
B = 39.75%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D577DB (or 0xD577DB) is known color: Orchid. HEX triplet: D5, 77 and DB. RGB value is (213,119,219). Sum of RGB (Red+Green+Blue) = 213+119+219=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 119 (46.88% from 255 or 21.60% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #D577DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D577DB is #2A8824. Grayscale: #9E9E9E. Windows color (decimal): -2787365 or 14383061. OLE color: 14383061.

HSL color Cylindrical-coordinate representation of color #D577DB: hue angle of 296.4º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D577DB is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 119 219 -
CMYK 0.03 0.46 0 0.14
HSL 296.4º 0.58% 0.66% -
HSV(B) 296.4º 0.46% 0.86% -
XYZ 46.82 32.45 70.81 -
YUV 158.51 162.14 166.87 -
System Red Green Blue C M Y K H S L
Decimal 213 119 219 0.03 0.46 0 0.14 296.4 0.58 0.66
Hex D5 77 DB 3 2E 0 E 128 3A 42
Octal 325 167 333 3 56 0 16 450 72 102
Binary 11010101 1110111 11011011 11 101110 0 1110 100101000 111010 1000010

Color Harmonies of #D577DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D577DB

Black with #D577DB

Text Example


Text Example

White with #D577DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D577DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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