Html Css Color HEX #D57FD3 Orchid

📋 copy color: '#D57FD3'

red 213 ◦ green 127 ◦ blue 211

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

Shades of Orchid #D57FD3

Tints of Orchid #D57FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.29%

R = 38.66%
G = 23.05%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D57FD3 (or 0xD57FD3) is known color: Orchid. HEX triplet: D5, 7F and D3. RGB value is (213,127,211). Sum of RGB (Red+Green+Blue) = 213+127+211=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 127 (50% from 255 or 23.05% from 551); Blue value is 211 (82.81% from 255 or 38.29% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FD3 is #2A802C. Grayscale: #A2A2A2. Windows color (decimal): -2785325 or 13860821. OLE color: 13860821.

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

Color convert

RGB 213 127 211 -
CMYK 0 0.40 0.01 0.16
HSL 301.4º 0.51% 0.67% -
HSV(B) 301.4º 0.4% 0.84% -
XYZ 46.79 34.03 65.73 -
YUV 162.29 155.49 164.17 -
System Red Green Blue C M Y K H S L
Decimal 213 127 211 0 0.40 0.01 0.16 301.4 0.51 0.67
Hex D5 7F D3 0 28 1 10 12D 33 43
Octal 325 177 323 0 50 1 20 455 63 103
Binary 11010101 1111111 11010011 0 101000 1 10000 100101101 110011 1000011

Color Harmonies of #D57FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57FD3

Black with #D57FD3

Text Example


Text Example

White with #D57FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57FD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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