Html Css Color HEX #D57FC0 Orchid

📋 copy color: '#D57FC0'

red 213 ◦ green 127 ◦ blue 192

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

Shades of Orchid #D57FC0

Tints of Orchid #D57FC0

RGB

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

 GREEN value IS 127 (50% from 255) = 23.87%

 BLUE value IS 192 (75.39% from 255) = 36.09%

R = 40.04%
G = 23.87%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D57FC0 (or 0xD57FC0) is known color: Orchid. HEX triplet: D5, 7F and C0. RGB value is (213,127,192). Sum of RGB (Red+Green+Blue) = 213+127+192=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 127 (50% from 255 or 23.87% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FC0 is #2A803F. Grayscale: #9F9F9F. Windows color (decimal): -2785344 or 12615637. OLE color: 12615637.

HSL color Cylindrical-coordinate representation of color #D57FC0: hue angle of 314.65º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D57FC0 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 127 192 -
CMYK 0 0.40 0.10 0.16
HSL 314.65º 0.51% 0.67% -
HSV(B) 314.65º 0.4% 0.84% -
XYZ 44.54 33.13 53.92 -
YUV 160.12 145.99 165.71 -
System Red Green Blue C M Y K H S L
Decimal 213 127 192 0 0.40 0.10 0.16 314.65 0.51 0.67
Hex D5 7F C0 0 28 A 10 13B 33 43
Octal 325 177 300 0 50 12 20 473 63 103
Binary 11010101 1111111 11000000 0 101000 1010 10000 100111011 110011 1000011

Color Harmonies of #D57FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57FC0

Black with #D57FC0

Text Example


Text Example

White with #D57FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57FC0; }

 p { color: rgb(213,127,192); }

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

background-color css

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

 a { background-color: rgb(213,127,192); }

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

border-color css

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

 span { border-color: rgb(213,127,192); }

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