Html Css Color HEX #D576CF Orchid

📋 copy color: '#D576CF'

red 213 ◦ green 118 ◦ blue 207

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

Shades of Orchid #D576CF

Tints of Orchid #D576CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.48%

R = 39.59%
G = 21.93%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D576CF (or 0xD576CF) is known color: Orchid. HEX triplet: D5, 76 and CF. RGB value is (213,118,207). Sum of RGB (Red+Green+Blue) = 213+118+207=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 118 (46.48% from 255 or 21.93% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D576CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D576CF is #2A8930. Grayscale: #9C9C9C. Windows color (decimal): -2787633 or 13596373. OLE color: 13596373.

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

Color convert

RGB 213 118 207 -
CMYK 0 0.45 0.03 0.16
HSL 303.79º 0.53% 0.65% -
HSV(B) 303.79º 0.45% 0.84% -
XYZ 45.18 31.61 62.75 -
YUV 156.55 156.47 168.26 -
System Red Green Blue C M Y K H S L
Decimal 213 118 207 0 0.45 0.03 0.16 303.79 0.53 0.65
Hex D5 76 CF 0 2D 3 10 130 35 41
Octal 325 166 317 0 55 3 20 460 65 101
Binary 11010101 1110110 11001111 0 101101 11 10000 100110000 110101 1000001

Color Harmonies of #D576CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D576CF

Black with #D576CF

Text Example


Text Example

White with #D576CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D576CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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