Html Css Color HEX #D577CC Orchid

📋 copy color: '#D577CC'

red 213 ◦ green 119 ◦ blue 204

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

Shades of Orchid #D577CC

Tints of Orchid #D577CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.06%

R = 39.74%
G = 22.2%
B = 38.06%

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

#D577CC (or 0xD577CC) is known color: Orchid. HEX triplet: D5, 77 and CC. RGB value is (213,119,204). Sum of RGB (Red+Green+Blue) = 213+119+204=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 119 (46.88% from 255 or 22.20% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D577CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D577CC is #2A8833. Grayscale: #9C9C9C. Windows color (decimal): -2787380 or 13400021. OLE color: 13400021.

HSL color Cylindrical-coordinate representation of color #D577CC: hue angle of 305.74º 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 #D577CC is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 119 204 -
CMYK 0 0.44 0.04 0.16
HSL 305.74º 0.53% 0.65% -
HSV(B) 305.74º 0.44% 0.84% -
XYZ 44.94 31.7 60.88 -
YUV 156.8 154.64 168.09 -
System Red Green Blue C M Y K H S L
Decimal 213 119 204 0 0.44 0.04 0.16 305.74 0.53 0.65
Hex D5 77 CC 0 2C 4 10 132 35 41
Octal 325 167 314 0 54 4 20 462 65 101
Binary 11010101 1110111 11001100 0 101100 100 10000 100110010 110101 1000001

Color Harmonies of #D577CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D577CC

Black with #D577CC

Text Example


Text Example

White with #D577CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D577CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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