Html Css Color HEX #D577CD Orchid

📋 copy color: '#D577CD'

red 213 ◦ green 119 ◦ blue 205

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

Shades of Orchid #D577CD

Tints of Orchid #D577CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.18%

R = 39.66%
G = 22.16%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D577CD (or 0xD577CD) is known color: Orchid. HEX triplet: D5, 77 and CD. RGB value is (213,119,205). Sum of RGB (Red+Green+Blue) = 213+119+205=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 119 (46.88% from 255 or 22.16% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D577CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D577CD is #2A8832. Grayscale: #9C9C9C. Windows color (decimal): -2787379 or 13465557. OLE color: 13465557.

HSL color Cylindrical-coordinate representation of color #D577CD: hue angle of 305.11º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D577CD is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 119 205 -
CMYK 0 0.44 0.04 0.16
HSL 305.11º 0.53% 0.65% -
HSV(B) 305.11º 0.44% 0.84% -
XYZ 45.06 31.75 61.51 -
YUV 156.91 155.14 168.01 -
System Red Green Blue C M Y K H S L
Decimal 213 119 205 0 0.44 0.04 0.16 305.11 0.53 0.65
Hex D5 77 CD 0 2C 4 10 131 35 41
Octal 325 167 315 0 54 4 20 461 65 101
Binary 11010101 1110111 11001101 0 101100 100 10000 100110001 110101 1000001

Color Harmonies of #D577CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D577CD

Black with #D577CD

Text Example


Text Example

White with #D577CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D577CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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