Html Css Color HEX #D576C5 Orchid

📋 copy color: '#D576C5'

red 213 ◦ green 118 ◦ blue 197

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

Shades of Orchid #D576C5

Tints of Orchid #D576C5

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.35%

 BLUE value IS 197 (77.34% from 255) = 37.31%

R = 40.34%
G = 22.35%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D576C5 (or 0xD576C5) is known color: Orchid. HEX triplet: D5, 76 and C5. RGB value is (213,118,197). Sum of RGB (Red+Green+Blue) = 213+118+197=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 118 (46.48% from 255 or 22.35% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D576C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D576C5 is #2A893A. Grayscale: #9B9B9B. Windows color (decimal): -2787643 or 12941013. OLE color: 12941013.

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

Color convert

RGB 213 118 197 -
CMYK 0 0.45 0.08 0.16
HSL 310.11º 0.53% 0.65% -
HSV(B) 310.11º 0.45% 0.84% -
XYZ 44 31.13 56.51 -
YUV 155.41 151.47 169.08 -
System Red Green Blue C M Y K H S L
Decimal 213 118 197 0 0.45 0.08 0.16 310.11 0.53 0.65
Hex D5 76 C5 0 2D 8 10 136 35 41
Octal 325 166 305 0 55 10 20 466 65 101
Binary 11010101 1110110 11000101 0 101101 1000 10000 100110110 110101 1000001

Color Harmonies of #D576C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D576C5

Black with #D576C5

Text Example


Text Example

White with #D576C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D576C5; }

 p { color: rgb(213,118,197); }

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

background-color css

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

 a { background-color: rgb(213,118,197); }

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

border-color css

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

 span { border-color: rgb(213,118,197); }

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